Quote (Flutter @ Oct 15 2021 01:18am)
https://forums.d2jsp.org/topic.php?t=87478704&f=268We figured out a way to print game IP's:
- Hit your WIN key and just type in powershell
- Search should auto highlight the powershell App.
- Rightclick run as admin (this is a must, or it wont work)
- paste this string and hit enter:
netstat -anob | Select-String -Pattern D2R.exe -Context 1,0 | findstr :443 | findstr ESTABLISHED | findstr /v 37.244.28.80 | findstr /v 24.105.29.76
Ez nem olyan jó method. Több IP-t is kidob és meg kell adni, hogy miket szűrjön ki. Windows 11 alatt van egy jobb filter ahhoz, hogy megmutassa mi a kreélt/joinolt game IP. Ha megvan ez az IP akkor még könnyebb, mert csak arra a sessionre kell szűrni.