2022-06-18 02:32:46 +02:00
|
|
|
[DEFAULT]
|
|
|
|
target = ACCEPT
|
|
|
|
addr =
|
|
|
|
ports = 80, 443
|
|
|
|
proto = tcp
|
2022-06-20 23:52:03 +02:00
|
|
|
do_config_check = true
|
|
|
|
restart_firewalld_after_change = true
|
2022-06-18 02:32:46 +02:00
|
|
|
|
|
|
|
[anyone-can-access-website]
|
|
|
|
|
|
|
|
[these-guys-can-dns]
|
|
|
|
addr = google.li, 142.251.36.195, lowendbox.com, 2606:4700:20::ac43:4775
|
|
|
|
ports = 53
|
|
|
|
proto = tcp, udp
|
|
|
|
|
|
|
|
[maybe-a-webserver]
|
|
|
|
addr = 2606:4700:20::681a:804, lowendtalk.com
|
|
|
|
ports = 80, 443
|
|
|
|
|
|
|
|
[allow-anyone-to-access-mail-services]
|
|
|
|
ports = 143, 993, 110, 995, 25, 465, 587
|
|
|
|
|
|
|
|
[deny-all]
|
2022-06-18 02:41:04 +02:00
|
|
|
target = DROP
|
2022-06-18 02:32:46 +02:00
|
|
|
addr =
|
|
|
|
ports =
|
|
|
|
proto =
|