<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts/dynamic-dns, branch lithium</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=lithium</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=lithium'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2015-03-07T20:30:55+00:00</updated>
<entry>
<title>vyatta-cfg-system: add additional services and check for protocols</title>
<updated>2015-03-07T20:30:55+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-03-07T16:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=62c18e56f77bd8c44a3e214817067f5dd752ff01'/>
<id>urn:sha1:62c18e56f77bd8c44a3e214817067f5dd752ff01</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>vyatta-cfg-system: formatting changes for style consistency</title>
<updated>2015-03-07T13:55:25+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-03-07T13:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=11271a85c4ce345813e7f8bc4fd74c2ae3c7f1c5'/>
<id>urn:sha1:11271a85c4ce345813e7f8bc4fd74c2ae3c7f1c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyatta-cfg-system: update protocol, remove server and node wording</title>
<updated>2015-03-07T13:36:45+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-03-07T13:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=015fa6eb6b9ae40f3cd5c1fe4d1eca97714b5914'/>
<id>urn:sha1:015fa6eb6b9ae40f3cd5c1fe4d1eca97714b5914</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Add flexibility to dynamic dns configuration while preserving backwards compatibility (#507)</title>
<updated>2015-03-05T09:35:11+00:00</updated>
<author>
<name>kouak</name>
<email>kouak@kouak.org</email>
</author>
<published>2015-03-04T22:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=af6f00be213aaa0a74977e58130c8aede7ad2f22'/>
<id>urn:sha1:af6f00be213aaa0a74977e58130c8aede7ad2f22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug in rfc2136 import</title>
<updated>2015-02-23T09:36:28+00:00</updated>
<author>
<name>kouak</name>
<email>kouak@kouak.org</email>
</author>
<published>2015-02-23T00:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=2fbe5a5564740218ab9d65dfcb6e4354656acace'/>
<id>urn:sha1:2fbe5a5564740218ab9d65dfcb6e4354656acace</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RFC2136 configuration options for ddclient 3.8.2 (#389)</title>
<updated>2015-02-20T16:21:14+00:00</updated>
<author>
<name>kouak</name>
<email>kouak@kouak.org</email>
</author>
<published>2015-02-20T16:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=7367b369a3df9e868a8b5f37edaceaa58cdd0732'/>
<id>urn:sha1:7367b369a3df9e868a8b5f37edaceaa58cdd0732</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyatta-cfg-system: allow dynamic dns updating from behind nat</title>
<updated>2015-02-08T20:08:35+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-02-08T19:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=935deedc1499e1446fad6e153f761f11817be201'/>
<id>urn:sha1:935deedc1499e1446fad6e153f761f11817be201</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>vyatta-cfg-system: add dynamic dns support for afraid.org/freedns</title>
<updated>2015-01-02T18:39:51+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-01-02T18:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=8a8ab4fb31e75fba4018b8310d7c13de1baff572'/>
<id>urn:sha1:8a8ab4fb31e75fba4018b8310d7c13de1baff572</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>vyatta-cfg-system: formatting changes for style consistency</title>
<updated>2015-01-02T09:03:43+00:00</updated>
<author>
<name>Alex Harpin</name>
<email>development@landsofshadow.co.uk</email>
</author>
<published>2015-01-02T09:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=afeb1675790e34e23b0e08005620873be3867ef6'/>
<id>urn:sha1:afeb1675790e34e23b0e08005620873be3867ef6</id>
<content type='text'>
Update scripts/dynamic-dns/vyatta-dynamic-dns.pl to have consistent
identation levels and style throughout.
</content>
</entry>
<entry>
<title>Fix dyndns failure caused by commit: 5d27f2ef302dc600ea737e9af4151041aa11a2e0</title>
<updated>2011-11-21T16:19:34+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2011-11-21T16:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=eafc0aa7922fc15cd02215cf6c855a343676566f'/>
<id>urn:sha1:eafc0aa7922fc15cd02215cf6c855a343676566f</id>
<content type='text'>
</content>
</entry>
</feed>
