This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
e08a24e47f
zulip
/
puppet
/
kandra
/
files
/
iptables
/
trailer.v6
7 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 23:11:36 +02:00
# Drop everything else
iptables: Stop logging on dropped packets. We never examine these logs, and it fills dmesg. We have flow logging at the AWS stack layer.
2023-08-30 17:15:20 +02:00
-A INPUT -j DROP
-A FORWARD -j DROP
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 23:11:36 +02:00
COMMIT