Created
March 29, 2018 10:50
-
-
Save holsta/508a075c07ba208b08b57141e15d5c84 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
| set block-policy return | |
| set skip on lo | |
| block log | |
| pass out on egress from internal:network to any nat-to (egress) | |
| pass out on egress from (egress) to any | |
| pass in on internal from internal:network to internal | |
| pass out on internal from internal to internal:network |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment