mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
In addition to documenting the rules.v4 and rules.v6 files slightly, these comments show up in `iptables -L`: ``` root@hostname:~# iptables -L INPUT Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere LOGDROP all -- anywhere localhost/8 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT tcp -- anywhere anywhere tcp dpt:ssh /* ssh */ ACCEPT tcp -- anywhere anywhere tcp dpt:3000 /* grafana */ ACCEPT tcp -- anywhere anywhere tcp dpt:9100 /* node_exporter */ LOGDROP all -- anywhere anywhere ```