Michael Stapelberg bd8fc63b0e dns: implement per-DHCP-lease dyndns
The HTTP API is easy to use from the command line or from Go:

% curl --data "host=sub&ip=192.168.33.44" -4 http://router7:8053/dyndns
ok
% host sub.$(hostname)
sub.midna has address 192.168.33.44

This can be used in combination with https://github.com/gokrazy/gdns
2019-01-06 14:41:26 +01:00
..
2018-07-09 08:54:04 +02:00
2019-01-01 10:45:03 +01:00
2019-01-06 14:41:26 +01:00
2018-07-09 08:54:04 +02:00
2018-06-28 20:08:23 +02:00
2018-11-26 18:29:03 +01:00