Page 1 of 1

DYNDNS.org behind proxy

Posted: Sun Jan 06, 2013 9:56 pm
by tyjtyj
my router keep updating my service provider proxy ip address instead of my wan ip.

initial configuration
root@Gargoyle:~# vi /etc/ddns_gargoyle.conf

service ddns_1
enabled 1
service_provider dyndns.com
ip_source internet
force_interval 3
force_unit days
check_interval 3
check_unit minutes



I changed the config to following and it works for now.

root@Gargoyle:~# vi /etc/ddns_gargoyle.conf
service ddns_1
enabled 1
service_provider dyndns.com
ip_source interface
ip_interface pppoe-wan
force_interval 3
force_unit days
check_interval 3
check_unit minutes

Can someone make changes to gargoyle source to fix this ?

Allow user to select interface instead check URL

Re: DYNDNS.org behind proxy

Posted: Sun Jun 02, 2013 10:34 am
by tyjtyj
Anyone able to change the source for this ?