Skip to content

Instantly share code, notes, and snippets.

@cosote
Created April 7, 2017 05:23
Show Gist options
  • Save cosote/69b9e427908d6bc53f406ccb1f19f6a5 to your computer and use it in GitHub Desktop.
Save cosote/69b9e427908d6bc53f406ccb1f19f6a5 to your computer and use it in GitHub Desktop.
Collect SC CoC dns names
@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