Skip to content

Instantly share code, notes, and snippets.

@tilkinsc
Created October 9, 2020 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tilkinsc/1fc701faa529bc3ca1cac66c84f97b12 to your computer and use it in GitHub Desktop.
Save tilkinsc/1fc701faa529bc3ca1cac66c84f97b12 to your computer and use it in GitHub Desktop.
Tests american Path of Diablo server pings
@echo off
title PoD ping -a -n 10 -4 -w 500 Tester
echo Note: If you get stuck, press Ctrl+C then enter 'n' then hit enter again.
echo gs 1
ping -a -n 10 -4 -w 500 173.214.173.56
echo gs 3
ping -a -n 10 -4 -w 500 64.235.46.70
echo gs 5
ping -a -n 10 -4 -w 500 162.248.91.101
echo gs 7 (tokyo, Japan)
ping -a -n 10 -4 -w 500 72.18.200.176
echo gs 10
ping -a -n 10 -4 -w 500 172.93.162.15
echo gs 12
ping -a -n 10 -4 -w 500 205.185.120.152
echo gs 16
ping -a -n 10 -4 -w 500 23.239.203.36
echo gs 18
ping -a -n 10 -4 -w 500 74.91.113.79
echo gs 24
ping -a -n 10 -4 -w 500 74.91.121.142
echo gs 27
ping -a -n 10 -4 -w 500 162.248.94.169
echo gs 28
ping -a -n 10 -4 -w 500 162.248.93.218
echo gs 33
ping -a -n 10 -4 -w 500 35.164.181.151
echo gs 34
ping -a -n 10 -4 -w 500 198.98.60.117
echo gs 35
ping -a -n 10 -4 -w 500 74.91.114.237
echo gs 45
ping -a -n 10 -4 -w 500 74.91.114.248
echo gs 46
ping -a -n 10 -4 -w 500 162.248.93.116
echo gs 48
ping -a -n 10 -4 -w 500 74.91.123.60
echo gs 49
ping -a -n 10 -4 -w 500 192.223.24.57
echo gs 55
ping -a -n 10 -4 -w 500 74.91.118.235
echo gs 56
ping -a -n 10 -4 -w 500 162.248.95.206
echo gs 57
ping -a -n 10 -4 -w 500 74.91.118.235
echo gs 58
ping -a -n 10 -4 -w 500 74.91.126.147
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment