Temat: problem z ddns
Hej , generalnie ddns mi działa ale po zmianie ip aktualizacja trwa około godzie. Da się to jakoś poprawić , żeby przełączenie było płynniejsze ?
config ddns 'global'
option ddns_dateformat '%F %R'
option ddns_loglines '250'
option ddns_rundir '/var/run/ddns'
option ddns_logdir '/var/log/ddns'
config service 'myddns_ipv4'
option enabled '1'
option lookup_host 'xxxxx.pppp.com'
option use_ipv6 '0'
option service_name 'no-ip.com'
option domain 'xxxxx.pppp.com'
option username 'user'
option password 'pas'
option ip_source 'network'
option ip_network 'wan'
option interface 'wan'
option use_syslog '2'
option check_unit 'minutes'
option force_unit 'minutes'
option retry_unit 'seconds'
option check_interval '5'
option force_interval '5'
config service 'myddns_ipv6'
option update_url 'http://[USERNAME]:[PASSWORD]@your.provider.net/nic/update?hostname=[DOMAIN]&myip=[IP]'
option lookup_host 'yourhost.example.com'
option domain 'yourhost.example.com'
option username 'your_username'
option password 'your_password'
option use_ipv6 '1'
option interface 'wan6'
option ip_source 'network'
option ip_network 'wan6'
option enabled '0'