Created
April 7, 2017 05:23
-
-
Save cosote/69b9e427908d6bc53f406ccb1f19f6a5 to your computer and use it in GitHub Desktop.
Collect SC CoC dns names
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
@echo off | |
:loop | |
echo [%date%] [%time%] nslookup gamea.clashofclans.com | |
nslookup gamea.clashofclans.com 2>nul>>gamea.clashofclans.com.dns.log | |
ping 127.0.0.1 -n 56 2>&1>nul | |
goto :loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment