summaryrefslogtreecommitdiff
path: root/templates/service/dns/dynamic
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
2011-01-31use val_help to present valid info for nodeMohit Mehta
2010-07-16Remove verbs from all help messagesStephen Hemminger
Per current policy remove verb from all help messages in th is package
2009-11-30added required keyword to help text.Michael Larson
2009-10-15partial fix for bug 4903.slioch
2009-05-19Fix Bug 4416 Add the ability to configure a specific server for DynDNSMohit Mehta
2009-04-01Change lack of interface in DDNS back to warningStephen Hemminger
If program can handle it no point in enforcing in CLI.
2009-04-01Use interface check programStephen Hemminger
For consistency all templates should use same script to validate interface names.
2009-04-01Help text spelling fixStephen Hemminger
"Atleast" is not an English word, it should be "At least"
2009-01-06Fix Bug 4022 dynamic dns config fails during system boot if interface does ↵Mohit Mehta
not exist - Generate a warning rather than a commit fail when user enters a non-existent interface
2008-09-06first attempt at implementing CLI support for Dynamic DNSMohit Mehta