This repository has been archived on 2023-01-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
esperpass/firewall.txt
Michael Smith c3ff7276a9 Initial commit
2018-03-09 14:21:54 +01:00

15 lines
331 B
Plaintext

# Scrapbook of firewall rules to restrict connections only
# to official servers.
# Clear outging rules
acl from_sta clear
# Allow outgoing connections to specified IP
acl from_sta IP any 185.43.124.6 allow
# Allow outgoing DNS requests
acl from_sta UDP any any any 53 allow
# Deny everything else
acl from_sta IP any any deny