mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
add new DNS category
This commit is contained in:
parent
594a1f829c
commit
5a9b5bbcb9
4 changed files with 5 additions and 1 deletions
2
Makefile
2
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}/*
|
||||
|
|
|
|||
|
|
@ -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
1
dns/dyndns/pkg-descr
Normal file
|
|
@ -0,0 +1 @@
|
|||
Support for numerous Dynamic DNS services (DynDNS et al)
|
||||
1
dns/rfc2136/pkg-descr
Normal file
1
dns/rfc2136/pkg-descr
Normal file
|
|
@ -0,0 +1 @@
|
|||
Support for RFC-2136 based dynamic DNS updates using Bind
|
||||
Loading…
Reference in a new issue