# iplist MikroTik bootstrap profile: Тестовый MikroTik # Импортируйте один раз, затем запускайте refresh. /ip/dns set allow-remote-requests=yes address-list-extra-time=1h /ip/dns/static/remove [find where comment="IPLIST-ROUTER test-router meta dns"] /ip/dns/static/add name="whatsapp.com" type=FWD match-subdomain=yes address-list="vpn_meta" comment="IPLIST-ROUTER test-router meta dns" /ip/dns/static/add name="whatsapp.net" type=FWD match-subdomain=yes address-list="vpn_meta" comment="IPLIST-ROUTER test-router meta dns" /ip/dns/static/add name="instagram.com" type=FWD match-subdomain=yes address-list="vpn_meta" comment="IPLIST-ROUTER test-router meta dns" /ip/dns/static/add name="cdninstagram.com" type=FWD match-subdomain=yes address-list="vpn_meta" comment="IPLIST-ROUTER test-router meta dns" /ip/dns/static/add name="facebook.net" type=FWD match-subdomain=yes address-list="vpn_meta" comment="IPLIST-ROUTER test-router meta dns" /ip/dns/static/add name="fbcdn.net" type=FWD match-subdomain=yes address-list="vpn_meta" comment="IPLIST-ROUTER test-router meta dns" /ip/dns/static/add name="fbsbx.com" type=FWD match-subdomain=yes address-list="vpn_meta" comment="IPLIST-ROUTER test-router meta dns" /ip/dns/static/remove [find where comment="IPLIST-ROUTER test-router telegram dns"] /ip/dns/static/add name="telegram.org" type=FWD match-subdomain=yes address-list="vpn_telegram" comment="IPLIST-ROUTER test-router telegram dns" /ip/dns/static/add name="t.me" type=FWD match-subdomain=yes address-list="vpn_telegram" comment="IPLIST-ROUTER test-router telegram dns" /ip/dns/static/add name="telegram.me" type=FWD match-subdomain=yes address-list="vpn_telegram" comment="IPLIST-ROUTER test-router telegram dns" /ip/dns/static/add name="telegra.ph" type=FWD match-subdomain=yes address-list="vpn_telegram" comment="IPLIST-ROUTER test-router telegram dns" /ip/dns/static/add name="tdesktop.com" type=FWD match-subdomain=yes address-list="vpn_telegram" comment="IPLIST-ROUTER test-router telegram dns" /ip/dns/static/add name="cdn-telegram.org" type=FWD match-subdomain=yes address-list="vpn_telegram" comment="IPLIST-ROUTER test-router telegram dns" /ip/dns/static/add name="telegram-cdn.org" type=FWD match-subdomain=yes address-list="vpn_telegram" comment="IPLIST-ROUTER test-router telegram dns" /ip/dns/static/remove [find where comment="IPLIST-ROUTER test-router youtube-google dns"] /ip/dns/static/add name="youtube.com" type=FWD match-subdomain=yes address-list="vpn_google" comment="IPLIST-ROUTER test-router youtube-google dns" /ip/dns/static/add name="youtu.be" type=FWD match-subdomain=yes address-list="vpn_google" comment="IPLIST-ROUTER test-router youtube-google dns" /ip/dns/static/add name="ytimg.com" type=FWD match-subdomain=yes address-list="vpn_google" comment="IPLIST-ROUTER test-router youtube-google dns" /ip/dns/static/add name="googlevideo.com" type=FWD match-subdomain=yes address-list="vpn_google" comment="IPLIST-ROUTER test-router youtube-google dns" /ip/dns/static/add name="ggpht.com" type=FWD match-subdomain=yes address-list="vpn_google" comment="IPLIST-ROUTER test-router youtube-google dns" /ip/dns/static/add name="youtubei.googleapis.com" type=FWD match-subdomain=yes address-list="vpn_google" comment="IPLIST-ROUTER test-router youtube-google dns" /ip/dns/static/add name="youtube.googleapis.com" type=FWD match-subdomain=yes address-list="vpn_google" comment="IPLIST-ROUTER test-router youtube-google dns" /ip/firewall/mangle/remove [find where comment="IPLIST-ROUTER test-router meta mangle"] /ip/firewall/mangle/add chain=prerouting action=mark-routing new-routing-mark=r_to_vpn passthrough=no in-interface-list=LAN src-address=192.168.88.0/24 dst-address-list=vpn_meta comment="IPLIST-ROUTER test-router meta mangle" /ip/firewall/mangle/remove [find where comment="IPLIST-ROUTER test-router telegram mangle"] /ip/firewall/mangle/add chain=prerouting action=mark-routing new-routing-mark=r_to_vpn passthrough=no in-interface-list=LAN src-address=192.168.88.0/24 dst-address-list=vpn_telegram comment="IPLIST-ROUTER test-router telegram mangle" /ip/firewall/mangle/remove [find where comment="IPLIST-ROUTER test-router youtube-google mangle"] /ip/firewall/mangle/add chain=prerouting action=mark-routing new-routing-mark=r_to_vpn passthrough=no in-interface-list=LAN src-address=192.168.88.0/24 dst-address-list=vpn_google comment="IPLIST-ROUTER test-router youtube-google mangle" # После bootstrap запустите refresh для загрузки актуальных подсетей.