Created
October 12, 2012 06:56
-
-
Save tiernano/3877692 to your computer and use it in GitHub Desktop.
RouterOS address List example
This file contains 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
/ip firewall address-list | |
add list=expressVPN address=77.92.85.58 | |
add list=expressVPN address=83.170.77.220 | |
add list=expressVPN address=109.169.27.39 | |
add list=expressVPN address=78.129.227.106 | |
/ip firewall filter | |
add action=drop chain=forward dst-address-list=!expressVPN src=address=192.168.0.123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment