3 rem --------------------------------------------------------------
4 rem -- Warm up DNS cache script by your own MRU domains
7 rem -- By Yuri Voinov (c) 2014
8 rem --------------------------------------------------------------
10 rem Check dig installed
11 for /f "delims=" %%a in ('where dig') do @set dig=%%a
12 if /I "%dig%"=="" echo Dig not found. If installed, add path to PATH environment variable. & exit 1
15 echo Warming up cache by MRU domains...
16 rem dig -f my_domains 1>nul 2>nul
41 plugring.farmanager.com
43 symantecliveupdate.com
45 torstatus.blutmagie.de
64 ) do "%dig%" %%a 1>nul 2>nul