2022-06-18 02:32:46 +02:00
|
|
|
[DEFAULT]
|
|
|
|
target = ACCEPT
|
|
|
|
addr =
|
|
|
|
ports = 80, 443
|
|
|
|
proto = tcp
|
2022-07-05 04:46:30 +02:00
|
|
|
state = NEW
|
2022-07-16 02:11:21 +02:00
|
|
|
hitcount =
|
2022-07-05 04:46:30 +02:00
|
|
|
do_ipv6 = false
|
|
|
|
firewalld_direct_file_abs = /etc/firewalld/direct.xml
|
2022-06-20 23:52:03 +02:00
|
|
|
restart_firewalld_after_change = true
|
2022-06-18 02:32:46 +02:00
|
|
|
|
2022-07-16 02:11:21 +02:00
|
|
|
[anyone-may-icmp-with-limit]
|
|
|
|
addr =
|
|
|
|
ports =
|
|
|
|
proto = icmp
|
|
|
|
state = NEW,UNTRACKED
|
|
|
|
hitcount = 120/60
|
|
|
|
|
2022-06-18 02:32:46 +02:00
|
|
|
[anyone-can-access-website]
|
|
|
|
|
2022-07-05 04:45:23 +02:00
|
|
|
# Unsetting 'proto' while having a 'ports' value results in an invalid section
|
|
|
|
# [these-guys-can-dns]
|
|
|
|
# addr = google.li, 142.251.36.195, lowendbox.com, 2606:4700:20::ac43:4775
|
|
|
|
# ports = 53
|
|
|
|
# proto =
|
|
|
|
# do_ipv6 = true
|
2022-06-18 02:32:46 +02:00
|
|
|
|
|
|
|
[maybe-a-webserver]
|
|
|
|
addr = 2606:4700:20::681a:804, lowendtalk.com
|
|
|
|
ports = 80, 443
|
2022-07-05 04:45:15 +02:00
|
|
|
do_ipv6 = true
|
2022-06-18 02:32:46 +02:00
|
|
|
|
2022-07-16 02:11:21 +02:00
|
|
|
[anyone-may-access-mail-services]
|
2022-06-18 02:32:46 +02:00
|
|
|
ports = 143, 993, 110, 995, 25, 465, 587
|
2022-07-16 02:11:21 +02:00
|
|
|
hitcount = 120/60
|
2022-06-18 02:32:46 +02:00
|
|
|
|
|
|
|
[deny-all]
|
2022-06-18 02:41:04 +02:00
|
|
|
target = DROP
|
2022-06-18 02:32:46 +02:00
|
|
|
addr =
|
|
|
|
ports =
|
|
|
|
proto =
|
2022-07-05 04:45:41 +02:00
|
|
|
state =
|
|
|
|
do_ipv6 = true
|