Open Wrt Open Wrt

Below is the configuration file for Open Wrt:

config service 'dynu'
option enabled '1'
option domain 'YOUR-DYNU-HOSTNAME'
option username 'YOUR-DYNU-USERNAME'
option use_https '1'
option cacert '/etc/ssl/certs'
option use_logfile '0'
option check_interval '24'
option check_unit 'hours'
option force_unit 'days'
option update_url 'http://api.dynu.com/nic/update?hostname=[DOMAIN]&myip=[IP]&username=[USERNAME]&password=[PASSWORD]'
option password 'YOUR-DYNU-PASSWORD'
option force_interval '2'
option ip_source 'network'
option interface 'wan'
option ip_network 'wan'
option use_syslog '2'
If you still have questions on the configuration, you may refer to the IP update protocol page or contact support.

Loading...