add new DNS category

This commit is contained in:
Franco Fichtner 2017-06-25 14:51:16 +02:00
parent 594a1f829c
commit 5a9b5bbcb9
4 changed files with 5 additions and 1 deletions

View file

@ -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}/*

View file

@ -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

1
dns/dyndns/pkg-descr Normal file
View file

@ -0,0 +1 @@
Support for numerous Dynamic DNS services (DynDNS et al)

1
dns/rfc2136/pkg-descr Normal file
View file

@ -0,0 +1 @@
Support for RFC-2136 based dynamic DNS updates using Bind