On 07/14/16 19:32, Joe S wrote: >> On Jul 8, 2016, at 7:44 PM, Ed Ahlsen-Girard <[email protected]> wrote: >> >> ddclient won't start from rc.d with this configuration: >> >> rc.conf.local: >> >> ntpd_flags= >> xdm_flags= >> httpd_flags= >> doas_flags= >> ddclient_flags=-file /etc/ddclient/ddclient.conf >> pkg_scripts=ddclient >> >> ddclient.conf: >> # Configuration file for ddclient generated by debconf >> # >> # /etc/ddclient.conf >> >> # >> #opendns >> # >> protocol=dyndns2 >> #use=web, web=myip.dnsomatic.com >> ssl=yes >> server=updates.opendns.com >> login=a_valid_login >> password='a_password_that_is_fit_for_purpose' >> Network_of_me >> >> >> What did I miss? >> -- >> >> Edward Ahlsen-Girard >> Ft Walton Beach, FL >> > > I’ve had the same issues since I upgraded to 5.9. > > >
This is mine working on 5.9: /etc/ddclient.conf daemon=3600 syslog=yes mail=root mail-failure=root pid=/var/run/ddclient.pid ssl=yes use=if, if=bge0 server=updates.opendns.com protocol=dyndns2 login=*** password=*** opendns_network_label /etc/rc.conf.local dhcpd_flags="em0" ntp_flags="" unbound_flags="" pkg_scripts="dnscrypt_proxy ddclient" dnscrypt_proxy_flags="-l /dev/null -R cisco -a 127.0.0.1:40" sndiod_flags=NO apmd_flags="-A" httpd_flags=""

