mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
add new DNS category
This commit is contained in:
@@ -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}/*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Support for numerous Dynamic DNS services (DynDNS et al)
|
||||
@@ -0,0 +1 @@
|
||||
Support for RFC-2136 based dynamic DNS updates using Bind
|
||||
Reference in New Issue
Block a user