summaryrefslogtreecommitdiff
path: root/scripts/dynamic-dns/vyatta-dynamic-dns.pl
AgeCommit message (Collapse)Author
2015-01-02vyatta-cfg-system: add dynamic dns support for afraid.org/freednsAlex Harpin
Add support for using the afraid.org dynamic DNS service with VyOS. This requires the updated ddclient package built for VyOS to work correctly as the version currently in squeeze lacks support for the freedns protocol. Bug #287 http://bugzilla.vyos.net/show_bug.cgi?id=287
2015-01-02vyatta-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