Files
zulip/puppet/zulip_ops/files/iptables/trailer.v6
Alex Vandiver 5857dcd9b4 puppet: Configure ip6tables in parallel to ipv4.
Previously, IPv6 firewalls were left at the default all-open.

Configure IPv6 equivalently to IPv4.
2021-08-24 16:05:46 -07:00

7 lines
76 B
Plaintext

# Drop everything else
-A INPUT -j LOGDROP
-A FORWARD -j LOGDROP
COMMIT