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 @@ -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 ,
You can’t perform that action at this time.
0 commit comments