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