mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
11 lines
549 B
C
11 lines
549 B
C
--- src/common/attack.h.orig 2023-06-27 18:24:15 UTC
|
|
+++ src/common/attack.h
|
|
@@ -46,6 +46,7 @@ enum service {
|
|
SERVICES_CLF_UNAUTH = 350, //< HTTP 401 in common log format
|
|
SERVICES_CLF_PROBES = 360, //< probes for common web services
|
|
SERVICES_CLF_LOGIN_URL = 370, //< CMS framework logins in common log format
|
|
+ SERVICES_PFSENSE = 380, //< pfSense UI login
|
|
SERVICES_OPENVPN = 400, //< OpenVPN
|
|
SERVICES_OPENVPN_PS = 410, //< OpenVPN Portshare
|
|
SERVICES_GITEA = 500, //< Gitea
|