1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/dns/ddns/files/ddns_client.conf.sample
Frederic Culot ed8be0acde ddns is a lightweight UDP-based dynamic DNS updater.
It consists of a client that regularly sends UDP packets and a
server that updates a bind zone file or runs a command using the
peer IPv4 address of recieved UDP packets.

WWW: http://fossil.instinctive.eu/ddns/home

PR:		ports/179316
Submitted by:	Natacha Porte <natbsd@instinctive.eu>
2013-07-01 12:53:39 +00:00

10 lines
247 B
Plaintext

(server ns.example.com 24680)
(interval 60)
(name host-1)
(resolv-interval 0)
(resolv-retry 7)
(key # 0123456789ABCDEF 0123456789ABCDEF
0123456789ABCDEF 0123456789ABCDEF
0123456789ABCDEF 0123456789ABCDEF
0123456789ABCDEF 0123456789ABCDEF #))