summaryrefslogtreecommitdiff
path: root/scripts/dynamic-dns
AgeCommit message (Collapse)Author
2017-09-14vyatta-cfg-system: allow dynamic dns updating from behind natAlex Harpin
Add a couple of configuration options to DDNS, to allow the use=web option from ddclient when determining the external IP address. This will allow DDNS to be correctly updated when behind a NAT device. Syntax: set service dns dynamic interface eth0 use-web url (url to use) set service dns dynamic interface eth0 use-web skip (search for this) Bug #455 http://bugzilla.vyos.net/show_bug.cgi?id=455
2017-09-14vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
Update scripts/dynamic-dns/vyatta-dynamic-dns.pl to have consistent identation levels and style throughout.
2011-11-21Fix dyndns failure caused by commit: 5d27f2ef302dc600ea737e9af4151041aa11a2e0John Southworth
2011-11-04Cleanup dynamic DNS scriptStephen Hemminger
Remove reference to unused Switch (Bug 6888). Use mkdir perl function rather than calling system
2010-11-12Change mode on all executable scriptsStephen Hemminger
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it.
2009-05-29move server,protocol to the same line in config fileMohit Mehta
2009-05-19Fix Bug 4416 Add the ability to configure a specific server for DynDNSMohit Mehta
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger
2008-09-10- change forced update wait time from 2 weeks to 4 weeks if no change in IP ↵Mohit Mehta
as per the free service provided by dyndns
2008-09-10- remove ddclient cache before restartingMohit Mehta
- modify script to run op-mode update ddns
2008-09-06- use apt per interface ddclient filesMohit Mehta
- update dynamic dns service with same IP address if IP has not changed for two weeks
2008-09-06first attempt at implementing CLI support for Dynamic DNSMohit Mehta