File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments