Skip to content

Instantly share code, notes, and snippets.

@x2c3z4
Created August 22, 2016 03:26
Show Gist options
  • Save x2c3z4/24b2d1d40a94a29a9d415a3408d4240f to your computer and use it in GitHub Desktop.
Save x2c3z4/24b2d1d40a94a29a9d415a3408d4240f to your computer and use it in GitHub Desktop.
config rule
option src 'wan'
option target 'ACCEPT'
option proto 'tcp'
option dest_port '22'
config 'rule'
option 'target' 'ACCEPT'
option 'src' 'wan'
option 'proto' 'tcp'
option 'dest_port' '80'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment