Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :foreach i in=[/ip firewall address-list find where list=tiktok] do={
- :if ([typeof [toip [/ip firewall address-list get $i address]]] = "ip") do={
- #Item is an IP-Address
- /ip route rule add dst-address=[/ip firewall address-list get $i address] table="tiktok_lcc"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement