Skip to content

Instantly share code, notes, and snippets.

@ErtebateWeb
Created June 12, 2022 20:03
Show Gist options
  • Save ErtebateWeb/3126d52a3fcdc1072ee52822bae35cf8 to your computer and use it in GitHub Desktop.
Save ErtebateWeb/3126d52a3fcdc1072ee52822bae35cf8 to your computer and use it in GitHub Desktop.
/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