Skip to content

Commit a8fd5cf

Browse files
committed
[docs] Fix typos in OpenWRT ddns backend
Signed-off-by: Konrad Kreitmair <kkreitmair@tdt.de>
1 parent 6482bce commit a8fd5cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/backends/openwrt.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,19 +1972,19 @@ The following *configuration dictionary*:
19721972
"ddns": {
19731973
"ddns_logdir": "/var/log/ddns",
19741974
"ddns_rundir": "/var/run/ddns",
1975-
"use_curl": false,
1976-
"upd_privateip": false,
1975+
"use_curl": False,
1976+
"upd_privateip": False,
19771977
"ddns_dateformat": "%F %R",
19781978
"ddns_loglines": 250,
19791979
"providers": [
19801980
{
1981-
"enabled": true,
1981+
"enabled": True,
19821982
"lookup_host": "myhost.dyndns.org",
19831983
"service_name": "dyndns.org",
19841984
"domain": "myhost.dyndns.org",
19851985
"username": "myuser",
19861986
"password": "mypassword",
1987-
"use_logfile": true,
1987+
"use_logfile": True,
19881988
"ip_source": "interface",
19891989
"ip_interface": "pppoe-xdsl",
19901990
"use_syslog": 2,

0 commit comments

Comments
 (0)