From c6734bef623e615fb92e16be954b75082a129664 Mon Sep 17 00:00:00 2001 From: darkdragon-001 Date: Sun, 26 Dec 2021 20:59:32 +0100 Subject: [PATCH] Add missing code block tags to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.