mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
README: fix sort and sort order...
alphabethically almost works as net-mgmt/ sorts above net/, a little weird but ok.
This commit is contained in:
@@ -3,7 +3,7 @@ PAGER?= less
|
||||
all:
|
||||
@cat ${.CURDIR}/README.md | ${PAGER}
|
||||
|
||||
CATEGORIES= devel dns net net-mgmt mail security sysutils www
|
||||
CATEGORIES= devel dns net-mgmt net mail security sysutils www
|
||||
|
||||
.for CATEGORY in ${CATEGORIES}
|
||||
_${CATEGORY}!= ls -1d ${CATEGORY}/*
|
||||
|
||||
@@ -32,6 +32,13 @@ devel/debug -- Debugging Tools
|
||||
devel/helloworld -- A sample framework application
|
||||
dns/dyndns -- Dynamic DNS Support
|
||||
dns/rfc2136 -- RFC-2136 Support
|
||||
mail/postfix -- SMTP mail relay
|
||||
mail/rspamd -- Protect your network from spam
|
||||
net-mgmt/collectd -- Collect system and application performance metrics periodically
|
||||
net-mgmt/snmp -- SNMP Server via bsnmpd
|
||||
net-mgmt/telegraf -- Agent for collecting metrics and data
|
||||
net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent
|
||||
net-mgmt/zabbix-proxy -- Zabbix-Proxy enables decentralized monitoring
|
||||
net/arp-scan -- Get all peers connected to a local network
|
||||
net/freeradius -- RADIUS Authentication, Authorization and Accounting Server
|
||||
net/ftp-proxy -- Control ftp-proxy processes
|
||||
@@ -47,18 +54,6 @@ net/siproxd -- Siproxd is a proxy daemon for the SIP protocol
|
||||
net/upnp -- Universal Plug and Play Service
|
||||
net/wol -- Wake on LAN Service
|
||||
net/zerotier -- Virtual Networks That Just Work
|
||||
net-mgmt/collectd -- Collect system and application performance metrics periodically
|
||||
net-mgmt/snmp -- SNMP Server via bsnmpd
|
||||
net-mgmt/telegraf -- Agent for collecting metrics and data
|
||||
net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent
|
||||
net-mgmt/zabbix-proxy -- Zabbix-Proxy enables decentralized monitoring
|
||||
mail/postfix -- SMTP mail relay
|
||||
mail/rspamd -- Protect your network from spam
|
||||
sysutils/boot-delay -- Apply a persistent 10 second boot delay
|
||||
sysutils/monit -- Proactive system monitoring
|
||||
sysutils/smart -- SMART tools
|
||||
sysutils/vmware -- VMware tools
|
||||
sysutils/xen -- Xen guest utilities
|
||||
security/acme-client -- Let's Encrypt client
|
||||
security/clamav -- Antivirus engine for detecting malicious threats
|
||||
security/intrusion-detection-content-et-pro -- IDS Proofpoint ET Pro ruleset (needs a valid subscription)
|
||||
@@ -66,6 +61,11 @@ security/intrusion-detection-content-pt-open -- IDS PT Research ruleset (only fo
|
||||
security/intrusion-detection-content-snort-vrt -- IDS Snort VRT ruleset (needs registration or subscription)
|
||||
security/tinc -- Tinc VPN
|
||||
security/tor -- The Onion Router
|
||||
sysutils/boot-delay -- Apply a persistent 10 second boot delay
|
||||
sysutils/monit -- Proactive system monitoring
|
||||
sysutils/smart -- SMART tools
|
||||
sysutils/vmware -- VMware tools
|
||||
sysutils/xen -- Xen guest utilities
|
||||
www/c-icap -- c-icap connects your Proxy with a virus scanner
|
||||
www/web-proxy-sso -- Kerberos authentication module
|
||||
www/web-proxy-useracl -- Group and user ACL for the web proxy
|
||||
|
||||
Reference in New Issue
Block a user