Skip to content

Instantly share code, notes, and snippets.

@nleiva
Last active July 9, 2020 12:30
Show Gist options
  • Save nleiva/0a56293073418930a92689119e0fbd03 to your computer and use it in GitHub Desktop.
Save nleiva/0a56293073418930a92689119e0fbd03 to your computer and use it in GitHub Desktop.
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