Alejandro Mery amery
  • Brighton, UK
  • Joined on 2015-05-02
amery deleted branch dev-amery-dns from amery/jpictl 2023-09-13 15:34:20 +02:00
amery pushed to dev-amery at amery/jpictl 2023-09-13 15:33:53 +02:00
d7e2065dab build-sys: use local asciigoat.org/ini
7f786108d6 Merge branch 'pr-amery-wireguard-ini' into next-amery
76b40e63c7 Merge pull request 'dns: introduce jpictl dns sync to update public DNS records' (#25)
5d82de5535 jpictl: introduce jpictl dns sync to update public DNS records
c33d0dab16 jpictl: refactor dns.Manager factory to support Provider data
Compare 7 commits »
amery commented on pull request amery/jpictl#25 2023-09-13 15:33:11 +02:00
dns: introduce jpictl dns sync to update public DNS records

v0.6.7 tagged

amery pushed tag v0.6.7 to amery/jpictl 2023-09-13 15:33:04 +02:00
amery deleted branch pr-amery-dns-sync from amery/jpictl 2023-09-13 15:31:58 +02:00
amery pushed to main at amery/jpictl 2023-09-13 15:31:58 +02:00
76b40e63c7 Merge pull request 'dns: introduce jpictl dns sync to update public DNS records' (#25)
5d82de5535 jpictl: introduce jpictl dns sync to update public DNS records
c33d0dab16 jpictl: refactor dns.Manager factory to support Provider data
dd585b0fa2 dns: add Sync() mechanism to update A/AAAA records on the DNS provider
172752ab90 dns: add RecordSetter and RecordAppender to Provider
Compare 5 commits »
amery merged pull request amery/jpictl#25 2023-09-13 15:31:58 +02:00
dns: introduce jpictl dns sync to update public DNS records
amery commented on pull request amery/jpictl#25 2023-09-13 15:26:56 +02:00
dns: introduce jpictl dns sync to update public DNS records

LGTM but an info that is only dealing with A and AAAA would be nice

my idea was that others are CNAMEs of these, and managed by something else

amery created pull request amery/jpictl#25 2023-09-12 22:30:35 +02:00
dns: introduce jpictl dns sync to update public DNS records
amery pushed to pr-amery-dns-sync at amery/jpictl 2023-09-12 22:30:12 +02:00
5d82de5535 jpictl: introduce jpictl dns sync to update public DNS records
c33d0dab16 jpictl: refactor dns.Manager factory to support Provider data
dd585b0fa2 dns: add Sync() mechanism to update A/AAAA records on the DNS provider
172752ab90 dns: add RecordSetter and RecordAppender to Provider
Compare 4 commits »
amery created branch pr-amery-dns-sync in amery/jpictl 2023-09-12 22:30:12 +02:00
amery pushed to dev-amery at amery/jpictl 2023-09-12 18:27:48 +02:00
47fb63b54d build-sys: use local asciigoat.org/ini
81809820e1 wireguard: switch from gcfg to asciigoat.org/ini/basic
3803774e66 wireguard: implement EndpointAddress.UnmarshalText
6f88da35f0 wireguard: implement UnmarshalText for PrivateKey and PublicKey
4e2693b12c Merge pull request 'dns: introduce DNS Manager and BIND config writer' (#24)
Compare 6 commits »
amery commented on pull request amery/jpictl#8 2023-09-12 18:27:09 +02:00
wireguard: switch from gcfg to asciigoat.org/ini/basic

rebased to resolve the conflicts

amery pushed to pr-amery-wireguard-ini at amery/jpictl 2023-09-12 18:25:53 +02:00
81809820e1 wireguard: switch from gcfg to asciigoat.org/ini/basic
3803774e66 wireguard: implement EndpointAddress.UnmarshalText
6f88da35f0 wireguard: implement UnmarshalText for PrivateKey and PublicKey
4e2693b12c Merge pull request 'dns: introduce DNS Manager and BIND config writer' (#24)
eba0340e32 jpictl: introduce jpictl dns write command
Compare 56 commits »
amery pushed tag v0.6.6 to amery/jpictl 2023-09-12 18:24:24 +02:00
amery merged pull request amery/jpictl#24 2023-09-12 18:22:53 +02:00
dns: introduce DNS Manager and BIND config writer
amery deleted branch pr-amery-dns from amery/jpictl 2023-09-12 18:22:53 +02:00
amery pushed to main at amery/jpictl 2023-09-12 18:22:53 +02:00
4e2693b12c Merge pull request 'dns: introduce DNS Manager and BIND config writer' (#24)
eba0340e32 jpictl: introduce jpictl dns write command
1a47985bd7 dns: Manager.WriteTo() generates BIND config, fully qualifies
f5ea72740c dns: introduce initial DNS Manager
357c85dc1a dns: SortRegions() by ISO3166
Compare 9 commits »
amery commented on pull request amery/jpictl#24 2023-09-12 18:21:59 +02:00
dns: introduce DNS Manager and BIND config writer

amended to include short usage of the jpictl dns write command

amery pushed to pr-amery-dns at amery/jpictl 2023-09-12 18:21:26 +02:00
eba0340e32 jpictl: introduce jpictl dns write command