]> git.ipfire.org Git - oddments/ddns.git/commit
Move away from the proto = configuration option
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Sep 2014 13:40:08 +0000 (13:40 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Sep 2014 13:40:08 +0000 (13:40 +0000)
commitd45139f6355797eaf454a72a8e8ded968cdd1c3c
tree3565366c454c81f0fdac8cde1f313293e767d354
parentfbdff6788e62b61b66b643496bbf9a0d9956d686
Move away from the proto = configuration option

Configuring this by the user does not make much sense
and makes configuration more complicated.

The update() method now will call update_protocol()
for IPv6 and IPv4 (if both are supported) and execute
an update for each protocol individually.
ddns.conf.sample
src/ddns/providers.py