Last active
July 9, 2020 12:30
-
-
Save nleiva/0a56293073418930a92689119e0fbd03 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
term allow-intra-office { | |
comment:: "Spoofs are already blocked at the borders" | |
source-address:: INTERNAL | |
destination-address:: INTERNAL | |
destination-port:: SSH | |
protocol:: tcp | |
action:: accept | |
} | |
term allow-remote { | |
source-address:: REMOTE | |
destination-port:: SSH | |
protocol:: tcp | |
action:: accept | |
} | |
term implicit-default-deny { | |
comment:: "Deny everything else" | |
action:: deny | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment