Created
August 22, 2016 03:26
-
-
Save x2c3z4/24b2d1d40a94a29a9d415a3408d4240f 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
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