summaryrefslogtreecommitdiff
path: root/templates/service/dns/forwarding
AgeCommit message (Collapse)Author
2018-02-21T546: Add support for IPv6 address in 'service dns forwarding domain'Christian Poessinger
2017-12-28T297: Fix DNS Forwarding server does not allow IPv6 address in name-serverChristian Poessinger
2016-11-21Add flag for DNSmasq to query all dns servers.brennen
This feature, when used properly, can massively increase DNS performance. See: http://ma.ttwagner.com/make-dns-fly-with-dnsmasq-all-servers/
2016-02-09Use directory /var/lib/dhcp instead of /var/lib/dhcp3.Kim Hagen
Use directory /etc/dhcp instead of /etc/dhcp3.
2015-02-10vyatta-cfg-system: multiple servers for dns forwarding domain overrideAlex Harpin
When configuring DNS fowarding, allow multiple servers to be specified when setting domain overrides, in order to allow Dnsmasq to gracefully handle unavailable nameservers. Bug #408 http://bugzilla.vyos.net/show_bug.cgi?id=408
2014-07-08Bug #255: add an option to ignore hosts file in dnsmasq.Daniil Baturin
2011-11-09Adding CLI option for domain overrides for DNS forwarding, bug id 4086Gaurav Sinha
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-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"
2008-08-30prompt warning for no nameservers if no nameservers set and no interface set ↵Mohit Mehta
to use dhcp
2008-08-30polish up DNS forwarding error messagesMohit Mehta
2008-08-30show bridge interfaces in allowed values as well if configured to use dhcpMohit Mehta
2008-08-30move from a 'ignore-interface' model to a 'listen-on' model for DNS forwardingMohit Mehta
2008-08-06code to specify DNS forwarding nameservers (system, dhcp, explicitly ↵Mohit Mehta
specified) using CLI
2008-08-06tighten syntax checkMohit Mehta
2008-08-06change 'service dns forward' to 'service dns forwarding'Mohit Mehta