Created
October 9, 2012 09:16
-
-
Save Znarkus/3857576 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~# iptables -L OUTPUT | |
Chain OUTPUT (policy ACCEPT) | |
target prot opt source destination | |
ufw-before-logging-output all -- anywhere anywhere | |
ufw-before-output all -- anywhere anywhere | |
ufw-after-output all -- anywhere anywhere | |
ufw-after-logging-output all -- anywhere anywhere | |
ufw-reject-output all -- anywhere anywhere | |
ufw-track-output all -- anywhere anywhere |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment