diff --git a/README.md b/README.md index 5c3c1a6..456ea77 100644 --- a/README.md +++ b/README.md @@ -106,15 +106,19 @@ The handlers will listen on: An example on the ddclient (Linux DDNS client) based Ubiquiti router line: +``` set service dns dynamic interface eth0 service dyndns host-name set service dns dynamic interface eth0 service dyndns login set service dns dynamic interface eth0 service dyndns password set service dns dynamic interface eth0 service dyndns protocol dyndns2 set service dns dynamic interface eth0 service dyndns server +``` Optional if you used this behind an HTTPS reverse proxy like I do: +``` set service dns dynamic interface eth0 service dyndns options ssl=true +``` This also means that DDCLIENT works out of the box and Linux based devices should work.