View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 02-18-2018 , 12:56   Re: Preventing server IP exposure
Reply With Quote #10

Quote:
Originally Posted by pokemonmaster View Post
I still want to know if there is a way to hide the connecting message when you connect to a server (connecting to <ip> in console). I believe it is possible as I was told ESEA actually does it.
No one can prevent the "IP exposure" when it is running "online".

Valve won't even be able to do that for their own servers, ESEA is no exception and won't be able to do it either.

Simply run "netstat" ("-n" parameter for showing numeric IP addresses), from your Windows command prompt or Linux/MAC terminal, and you'll see all connections you have active on your machine.

The same applies to such as exposure for "sv_downloadurl", if you catch the "netstat" during the download of a file from the "sv_downloadurl", you have the IP/hostname of the server. Other network tools can sniff the whole URI address of "sv_downloadurl", etc.

So short: You cannot hide anything that the Internet needs to access.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline