Created
June 12, 2022 20:03
-
-
Save ErtebateWeb/3126d52a3fcdc1072ee52822bae35cf8 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
/ip firewall address-list | |
add address=telegram.me comment=telegram.me list=ToVPN | |
add address=192.168.1.0/24 comment=Local list=Local | |
add address=192.168.100.0/24 comment=Local list=Local | |
add address=149.154.160.0/22 comment=telegram.me list=ToVPN | |
add address=149.154.164.0/22 comment=telegram.me list=ToVPN | |
add address=91.108.4.0/22 comment=telegram.me list=ToVPN | |
add address=91.108.56.0/22 comment=telegram.me list=ToVPN | |
add address=91.108.8.0/22 comment=telegram.me list=ToVPN | |
add address=95.161.64.0/20 comment=telegram.me list=ToVPN | |
/ip firewall mangle | |
add action=mark-routing chain=prerouting dst-address-list=ToVPN \ | |
new-routing-mark=ToVPN passthrough=no src-address-list=Local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment