Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-22 | Added support for dnsmasq's log-queries debugging option | Michael Bear | |
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 | |||
2014-07-08 | Bug #255: add an option to ignore hosts file in dnsmasq. | Daniil Baturin | |
2011-11-09 | Adding CLI option for domain overrides for DNS forwarding, bug id 4086 | Gaurav Sinha | |
2011-01-31 | use val_help to present valid info for node | Mohit Mehta | |
2010-07-16 | Remove verbs from all help messages | Stephen Hemminger | |
Per current policy remove verb from all help messages in th is package | |||
2009-11-30 | added required keyword to help text. | Michael Larson | |
2009-10-15 | partial fix for bug 4903. | slioch | |
2009-05-19 | Fix Bug 4416 Add the ability to configure a specific server for DynDNS | Mohit Mehta | |
2009-04-01 | Change lack of interface in DDNS back to warning | Stephen Hemminger | |
If program can handle it no point in enforcing in CLI. | |||
2009-04-01 | Use interface check program | Stephen Hemminger | |
For consistency all templates should use same script to validate interface names. | |||
2009-04-01 | Help text spelling fix | Stephen Hemminger | |
"Atleast" is not an English word, it should be "At least" | |||
2009-01-06 | Fix 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-06 | first attempt at implementing CLI support for Dynamic DNS | Mohit Mehta | |
2008-08-30 | prompt warning for no nameservers if no nameservers set and no interface set ↵ | Mohit Mehta | |
to use dhcp | |||
2008-08-30 | polish up DNS forwarding error messages | Mohit Mehta | |
2008-08-30 | show bridge interfaces in allowed values as well if configured to use dhcp | Mohit Mehta | |
2008-08-30 | move from a 'ignore-interface' model to a 'listen-on' model for DNS forwarding | Mohit Mehta | |
2008-08-06 | code to specify DNS forwarding nameservers (system, dhcp, explicitly ↵ | Mohit Mehta | |
specified) using CLI | |||
2008-08-06 | tighten syntax check | Mohit Mehta | |
2008-08-06 | change 'service dns forward' to 'service dns forwarding' | Mohit Mehta | |
2008-08-06 | this better detects the interfaces in /proc/net/dev | Mohit Mehta | |
2008-08-05 | change DNS forwarding CLI from 'service dns-forwarding' to 'service dns forward' | Mohit Mehta | |