Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-14 | vyatta-cfg-system: allow dynamic dns updating from behind nat | Alex 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-14 | vyatta-cfg-system: formatting changes for style consistency | Alex Harpin | |
Update scripts/dynamic-dns/vyatta-dynamic-dns.pl to have consistent identation levels and style throughout. | |||
2011-11-21 | Fix dyndns failure caused by commit: 5d27f2ef302dc600ea737e9af4151041aa11a2e0 | John Southworth | |
2011-11-04 | Cleanup dynamic DNS script | Stephen Hemminger | |
Remove reference to unused Switch (Bug 6888). Use mkdir perl function rather than calling system | |||
2010-11-12 | Change mode on all executable scripts | Stephen Hemminger | |
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it. | |||
2009-05-29 | move server,protocol to the same line in config file | Mohit Mehta | |
2009-05-19 | Fix Bug 4416 Add the ability to configure a specific server for DynDNS | Mohit Mehta | |
2008-11-21 | Convert to Vyatta::Config hierarchy | Stephen 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 restarting | Mohit Mehta | |
- modify script to run op-mode update ddns | |||
2008-09-06 | - use apt per interface ddclient files | Mohit Mehta | |
- update dynamic dns service with same IP address if IP has not changed for two weeks | |||
2008-09-06 | first attempt at implementing CLI support for Dynamic DNS | Mohit Mehta | |