Download OpenAPI specification:Download
Implements the OpenWRT DNS webhook endpoints.
Endpoints to get listings of DNS records.
List domains/ips on the DNS server.
A list of all the domains.
Failure to list all domains.
Example server url.
A example.shed.lyda.ie 1.2.3.4 SRV _c._tcp.m.shed.lyda.ie 0 50 30000 m.shed.lyda.ie TXT a-m.shed.lyda.ie "h=e-d,e-d/o=d,e-d/r=s/m-o/c"
Endpoints to update DNS records.
Restart dnsmasq to finalise the changes on the DNS server.
Confirms that daemon(s) have been restarted.
Daemons not reloaded.
ok
Adds domain and ip to DNS server.
RR to add.
Domain to add.
IP to add.
DNS record added.
DNS record not added.
added
Deletes domain and ip on DNS server.
RR to delete.
Domain to delete.
IP to delete.
DNS record deleted.
DNS record not deleted.
deleted