mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
This makes for easier tab-completion, and also is a bit more explicit about the expected consumer.
7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
|
|
# Drop everything else
|
|
-A INPUT -j DROP
|
|
-A FORWARD -j DROP
|
|
|
|
COMMIT
|