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 dns static remove [find where comment~"VIA-RU"] | |
| # Добавляем новые правила | |
| # Каждый домен автоматически резолвится и IP попадает в address-list=via-ru | |
| # address-list=via-ru → маршрут через WG-RU (mangle rule 0) | |
| /ip dns static | |
| add type=FWD forward-to=8.8.8.8 regexp=".*youtube\\.com" address-list=via-ru comment="VIA-RU" | |
| add type=FWD forward-to=8.8.8.8 regexp=".*googlevideo\\.com" address-list=via-ru comment="VIA-RU" |
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
| {"lastUpload":"2020-07-31T08:35:56.589Z","extensionVersion":"v3.4.3"} |