Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-21 | T546: Add support for IPv6 address in 'service dns forwarding domain' | Christian Poessinger | |
2017-12-28 | T297: Fix DNS Forwarding server does not allow IPv6 address in name-server | Christian Poessinger | |
2016-11-21 | Add 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-09 | Use directory /var/lib/dhcp instead of /var/lib/dhcp3. | Kim Hagen | |
Use directory /etc/dhcp instead of /etc/dhcp3. | |||
2015-03-07 | vyatta-cfg-system: update node text so that it fits on a console line | Alex Harpin | |
2015-03-07 | vyatta-cfg-system: add additional services and check for protocols | Alex 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-07 | vyatta-cfg-system: update protocol, remove server and node wording | Alex 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-05 | Add flexibility to dynamic dns configuration while preserving backwards ↵ | kouak | |
compatibility (#507) | |||
2015-03-04 | vyatta-cfg-system: remove unnecessary service symlink | Alex Harpin | |
2015-03-03 | Fix broken commit 6257dfa1464d460de74e258b6290d4890a885218 | kouak | |
2015-02-20 | Add RFC2136 configuration options for ddclient 3.8.2 (#389) | kouak | |
2015-02-10 | vyatta-cfg-system: multiple servers for dns forwarding domain override | Alex 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 | |||
2015-02-08 | 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 | |||
2015-01-17 | vyatta-cfg-system: add dynamic dns support for no-ip.com/noip | Alex Harpin | |
Add support for using the no-ip.com dynamic DNS service with VyOS. Bug #436 http://bugzilla.vyos.net/show_bug.cgi?id=436 | |||
2015-01-02 | vyatta-cfg-system: add dynamic dns support for afraid.org/freedns | Alex 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 | |||
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 | |