mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
We never examine these logs, and it fills dmesg. We have flow logging at the AWS stack layer.
17 lines
423 B
Plaintext
17 lines
423 B
Plaintext
# This file was auto-generated by Puppet. Do not edit by hand.
|
|
*filter
|
|
|
|
# Allow all outbound traffic
|
|
-A OUTPUT -j ACCEPT
|
|
|
|
# Accept all loopback traffic
|
|
-A INPUT -i lo -j ACCEPT
|
|
|
|
# Drop all traffic to loopback IPs on other interfaces
|
|
-A INPUT ! -i lo -d 127.0.0.0/8 -j DROP
|
|
|
|
# Accept incoming traffic related to established connections
|
|
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
|
|
|
|
# Host-specific rules follow:
|