Skip to content

Commit

Permalink
[docs] Fix typos in OpenWRT ddns backend
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad Kreitmair <[email protected]>
  • Loading branch information
kkreitmair authored and okraits committed May 20, 2022
1 parent a03d700 commit fc9d960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/backends/openwrt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2534,19 +2534,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,
Expand Down

0 comments on commit fc9d960

Please sign in to comment.