Created
January 28, 2018 16:59
-
-
Save repomaa/f8a95ca1b4e14a24c61f0f579c839b48 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
# Generated by ferm 2.4.1 on Sun Jan 28 17:59:33 2018 | |
*filter | |
:OUTPUT ACCEPT [0:0] | |
-A OUTPUT --out-interface ens3 --match owner --uid-owner ipfs --destination 10.0.0.0/8 --jump DROP | |
-A OUTPUT --out-interface ens3 --match owner --uid-owner ipfs --destination 192.168.0.0/8 --jump DROP | |
-A OUTPUT --out-interface ens3 --match owner --uid-owner ipfs --destination 172.16.0.0/24 --jump DROP | |
COMMIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment