homemade_firewall/defines.nft

28 lines
636 B
Plaintext

# Networks
define VPN_SUBNET = 10.8.0.0/24
# TCP only services
define SSH_PORT1 = 22
define SSH_PORT2 = 8022
define HTTP_PORT = 80
define HTTPS_PORT = 443
define SYNCPLAY_PORT = 60000
define TERRARIA_PORT = 7777
define MAINPAGE_PORT = 3000
define NEXTCLOUD_PORT = 3001
define GITEA_PORT = 3002
define POSTGRESQL_PORT = 5432
# TCP and UDP services (needs to go in both sets)
define DNS_PORT = 53
define OPENTTD_PORT = 3979
# UDP only services
define DHCP_IN_PORT = 67
define DHCP_OUT_PORT = 68
define OPENVPN_PORT = 1194
define FACTORIO_PORT = 34197
define CSTRIKE_PORT = 27015
define SNMP_POLL_PORT = 161
define SNMP_TRAP_PORT = 162