Skip to content

Commit fc9d960

Browse files
kkreitmairokraits
authored andcommitted
[docs] Fix typos in OpenWRT ddns backend
Signed-off-by: Konrad Kreitmair <kkreitmair@tdt.de>
1 parent a03d700 commit fc9d960

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
@@ -2534,19 +2534,19 @@ The following *configuration dictionary*:
25342534
"ddns": {
25352535
"ddns_logdir": "/var/log/ddns",
25362536
"ddns_rundir": "/var/run/ddns",
2537-
"use_curl": false,
2538-
"upd_privateip": false,
2537+
"use_curl": False,
2538+
"upd_privateip": False,
25392539
"ddns_dateformat": "%F %R",
25402540
"ddns_loglines": 250,
25412541
"providers": [
25422542
{
2543-
"enabled": true,
2543+
"enabled": True,
25442544
"lookup_host": "myhost.dyndns.org",
25452545
"service_name": "dyndns.org",
25462546
"domain": "myhost.dyndns.org",
25472547
"username": "myuser",
25482548
"password": "mypassword",
2549-
"use_logfile": true,
2549+
"use_logfile": True,
25502550
"ip_source": "interface",
25512551
"ip_interface": "pppoe-xdsl",
25522552
"use_syslog": 2,

0 commit comments

Comments
 (0)