Re: put-dns - Abstraction of external DNS record creation

2021-01-06 Thread John Lines
> > Seems there's a standard protocol https://www.domainconnect.org/ > > Their reference code is in Python as well, like octopress, in case > that's relevant. > > >  - Jonas > I have written https://gitlab.com/JohnLines/put-dns/-/wikis/Similar-or-Related-Projects  to describe where I think

Re: put-dns - Abstraction of external DNS record creation

2021-01-03 Thread Jonas Smedegaard
Quoting John Lines (2021-01-03 19:03:26) > On Sun, 2021-01-03 at 08:11 +0200, Steve Kemp wrote: > > It's an interesting idea, but I suspect in order to be useful it will > > need to handle a wider number of sites. > > > > There are several projects out there which attempt to abstract DNS > >

Re: put-dns - Abstraction of external DNS record creation

2021-01-03 Thread John Lines
On Sun, 2021-01-03 at 08:11 +0200, Steve Kemp wrote: > It's an interesting idea, but I suspect in order to be useful it will > need to handle a wider number of sites. > > There are several projects out there which attempt to abstract DNS > entries across systems, allowing you to mirror zones,

Re: put-dns - Abstraction of external DNS record creation

2021-01-02 Thread Steve Kemp
It's an interesting idea, but I suspect in order to be useful it will need to handle a wider number of sites. There are several projects out there which attempt to abstract DNS entries across systems, allowing you to mirror zones, etc. For example you might consult:

put-dns - Abstraction of external DNS record creation

2021-01-02 Thread John Lines
While working towards the creation of a Small Organisation Server, based around federated and open protocols I needed a way to create DNS records on an external DNS server. I could not find an existing general way to do this, so I created a command put-dns, which is just a shell script which is