2024-12-12 22:22:15 -03:00
|
|
|
# TCP only services
|
2024-12-12 22:12:20 -03:00
|
|
|
define SSH_PORT1 = 22
|
|
|
|
define SSH_PORT2 = 8022
|
2024-12-12 22:22:15 -03:00
|
|
|
define HTTP_PORT = 80
|
|
|
|
define HTTPS_PORT = 443
|
|
|
|
|
|
|
|
# TCP and UDP services (needs to go in both sets)
|
2024-12-12 22:18:48 -03:00
|
|
|
define DNS_PORT = 53
|
2024-12-12 22:22:15 -03:00
|
|
|
|
|
|
|
# UDP only services
|
2024-12-12 22:18:48 -03:00
|
|
|
define DHCP_IN_PORT = 67
|
|
|
|
define DHCP_OUT_PORT = 68
|