summaryrefslogtreecommitdiff
path: root/scripts/dynamic-dns
AgeCommit message (Collapse)Author
2015-03-07vyatta-cfg-system: add additional services and check for protocolsAlex Harpin
Add the additional services that are supported by ddclient to the list of service defaults. Also add a function to use this list to check for the allowed protocols, and update the protocol node to use this. Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507
2015-03-07vyatta-cfg-system: formatting changes for style consistencyAlex Harpin
2015-03-07vyatta-cfg-system: update protocol, remove server and node wordingAlex Harpin
Update the default protocol used for the dslreports service in the revised dynamic DNS system and remove the default server settings for freedns as it's already defined in ddclient. Uodate the wording in the server node to indicate it's only needed for custom services. Bug #507 http://bugzilla.vyos.net/show_bug.cgi?id=507
2015-03-05Add flexibility to dynamic dns configuration while preserving backwards ↵kouak
compatibility (#507)
2015-02-23Fix a bug in rfc2136 importkouak
2015-02-20Add RFC2136 configuration options for ddclient 3.8.2 (#389)kouak
2015-02-08vyatta-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
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