Initial commit

This commit is contained in:
Michael Smith
2018-03-09 14:21:54 +01:00
commit c3ff7276a9
28 changed files with 8779 additions and 0 deletions

14
firewall.txt Normal file
View File

@@ -0,0 +1,14 @@
# 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