Last active
August 6, 2017 20:40
-
-
Save benchonaut/5c1e4c34b5fbe09d16ac0a3a1338c5cb to your computer and use it in GitHub Desktop.
ATFblockregexp
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 | |
add regexp=".*.windowsupdate.microsoft.com" address=10.0.0.2 | |
add regexp=".*.update.microsoft.com" address=10.0.0.2 | |
add regexp=".*.windowsupdate.com" address=10.0.0.2 | |
add regexp=".*.download.windowsupdate.com" address=10.0.0.2 | |
add regexp=".*.a.vimeocdn.com" address=10.0.0.2 | |
add regexp=".*.b.vimeocdn.com" address=10.0.0.2 | |
add regexp=".*.pdl.vimeocdn.com" address=10.0.0.2 | |
add regexp=".*.player.vimeo.com" address=10.0.0.2 | |
add regexp=".*.youtube.com" address=10.0.0.2 | |
add regexp=".*.flickr.com" address=10.0.0.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment