From a8fd5cf20f4a2ca877876abc8abbca3f58a396d7 Mon Sep 17 00:00:00 2001 From: Konrad Kreitmair Date: Thu, 20 Aug 2020 13:38:55 +0200 Subject: [PATCH] [docs] Fix typos in OpenWRT ddns backend Signed-off-by: Konrad Kreitmair --- docs/source/backends/openwrt.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/backends/openwrt.rst b/docs/source/backends/openwrt.rst index 68e97da01..ac0d03f9e 100644 --- a/docs/source/backends/openwrt.rst +++ b/docs/source/backends/openwrt.rst @@ -1972,19 +1972,19 @@ The following *configuration dictionary*: "ddns": { "ddns_logdir": "/var/log/ddns", "ddns_rundir": "/var/run/ddns", - "use_curl": false, - "upd_privateip": false, + "use_curl": False, + "upd_privateip": False, "ddns_dateformat": "%F %R", "ddns_loglines": 250, "providers": [ { - "enabled": true, + "enabled": True, "lookup_host": "myhost.dyndns.org", "service_name": "dyndns.org", "domain": "myhost.dyndns.org", "username": "myuser", "password": "mypassword", - "use_logfile": true, + "use_logfile": True, "ip_source": "interface", "ip_interface": "pppoe-xdsl", "use_syslog": 2,