Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
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
|
|
compatibility (#507)
|
|
|
|
|
|
|
|
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
|
|
Add support for using the no-ip.com dynamic DNS service with VyOS.
Bug #436 http://bugzilla.vyos.net/show_bug.cgi?id=436
|
|
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
|
|
|
|
Per current policy remove verb from all help messages in th is package
|
|
|
|
|
|
|
|
If program can handle it no point in enforcing in CLI.
|
|
For consistency all templates should use same script to validate
interface names.
|
|
"Atleast" is not an English word, it should be "At least"
|
|
not exist
- Generate a warning rather than a commit fail when user enters a non-existent interface
|
|
|