diff options
author | culot <culot@FreeBSD.org> | 2013-07-01 20:53:39 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-07-01 20:53:39 +0800 |
commit | fa4d3f0e7cb0e842dd2e5984deb2edc9aa87a61d (patch) | |
tree | e6772dc203964bdd72f88d105d00da65d8267690 /dns/Makefile | |
parent | 1c2bc6f46e0dc5c1d5dce2fa56ec2a5c34ffe7f6 (diff) | |
download | freebsd-ports-gnome-fa4d3f0e7cb0e842dd2e5984deb2edc9aa87a61d.tar.gz freebsd-ports-gnome-fa4d3f0e7cb0e842dd2e5984deb2edc9aa87a61d.tar.zst freebsd-ports-gnome-fa4d3f0e7cb0e842dd2e5984deb2edc9aa87a61d.zip |
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>
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 9acb4d1c92b3..e3a574c0a47e 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -18,6 +18,7 @@ SUBDIR += crossip SUBDIR += curvedns SUBDIR += ddclient + SUBDIR += ddns SUBDIR += dhisd SUBDIR += djbdns SUBDIR += djbdns-tools |