Re: [Csgo_servers] Exploit that spams/lags clients

2018-04-25 Thread Felix
Can someone explain what all this spam is? Any kind of TLDR? I barely kept up with it but it seems like fun understand whats going on. ___ Csgo_servers mailing list Csgo_servers@list.valvesoftware.com

Re: [Csgo_servers] Srcds on docker

2017-05-30 Thread Felix Spittel
Hey, what you need is the ip address associated with the network interface. This is how you are able to get it inside of a container: ifconfig eth0 | grep "inet addr:" | cut -d : -f 2 | cut -d " " -f 1 If you used this inside of a script assign it to a variable: IP="$(ifconfig eth0 | grep

[Csgo_servers] Please enable List archives for this mailing list

2012-05-18 Thread Felix Droste
That's correct. Thanks for the link! As I understand it, that should normally link to https://list.valvesoftware.com/cgi-bin/mailman/private/csgo_servers/ instead. You are looking for the mailing list archives, right? On 17/05/2012, at 9:40 PM, Felix Droste wrote: Hello! I wonder