From 5a9b5bbcb9e7885b5e261da551d7434d91937fdb Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 25 Jun 2017 14:51:16 +0200 Subject: [PATCH] add new DNS category --- Makefile | 2 +- README.md | 2 ++ dns/dyndns/pkg-descr | 1 + dns/rfc2136/pkg-descr | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 dns/dyndns/pkg-descr create mode 100644 dns/rfc2136/pkg-descr diff --git a/Makefile b/Makefile index 3a540fe63..a01533e28 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PAGER?= less all: @cat ${.CURDIR}/README.md | ${PAGER} -CATEGORIES= devel net net-mgmt sysutils security www +CATEGORIES= devel dns net net-mgmt sysutils security www .for CATEGORY in ${CATEGORIES} _${CATEGORY}!= ls -1d ${CATEGORY}/* diff --git a/README.md b/README.md index 60fda63e9..cb4e1de7d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ A list of currently available plugins ``` devel/debug -- Debugging Tools devel/helloworld -- A sample framework application +dns/dyndns -- Dynamic DNS Support +dns/rfc2136 -- RFC-2136 Support net/ftp-proxy -- Control ftp-proxy processes net/haproxy -- Reliable, high performance TCP/HTTP load balancer net/igmp-proxy -- IGMP-Proxy Service diff --git a/dns/dyndns/pkg-descr b/dns/dyndns/pkg-descr new file mode 100644 index 000000000..16ae728ae --- /dev/null +++ b/dns/dyndns/pkg-descr @@ -0,0 +1 @@ +Support for numerous Dynamic DNS services (DynDNS et al) diff --git a/dns/rfc2136/pkg-descr b/dns/rfc2136/pkg-descr new file mode 100644 index 000000000..defdef6d0 --- /dev/null +++ b/dns/rfc2136/pkg-descr @@ -0,0 +1 @@ +Support for RFC-2136 based dynamic DNS updates using Bind