feat(role): Initial commit
This commit is contained in:
27
files/opt/python/update-firewall-source/master/config.ini
Normal file
27
files/opt/python/update-firewall-source/master/config.ini
Normal file
@@ -0,0 +1,27 @@
|
||||
[DEFAULT]
|
||||
target = ACCEPT
|
||||
addr =
|
||||
ports = 80, 443
|
||||
proto = tcp
|
||||
state = NEW
|
||||
do_ipv6 = true
|
||||
firewalld_direct_file_abs = /etc/firewalld/direct.xml
|
||||
restart_firewalld_after_change = true
|
||||
|
||||
[home.seneve.de]
|
||||
addr = home.seneve.de
|
||||
ports = 22, 80, 443
|
||||
|
||||
[fornjot.uberspace.de IPv4/6 connectivity testing]
|
||||
addr = fornjot.uberspace.de
|
||||
ports = 22, 80, 443
|
||||
|
||||
[allow-anyone-to-access-mail-services]
|
||||
ports = 143, 993, 110, 995, 25, 465, 587
|
||||
|
||||
[deny-all]
|
||||
target = DROP
|
||||
addr =
|
||||
ports =
|
||||
proto =
|
||||
state =
|
Reference in New Issue
Block a user