View Single Post
ArrowFX
Junior Member
Join Date: Sep 2016
Location: Sweden
Old 01-21-2018 , 06:03   Re: CSGO can't connect using external/public ip
Reply With Quote #3

Quote:
Originally Posted by Kurtan View Post
Add your IP to this url and reply with the response

http://api.steampowered.com/ISteamApps/GetServersAtAddress/v0001?addr=<SERVER IP HERE>&format=json
{
"response": {
"success": true,
"servers": [

]

}
}



EDIT after starting the server:
{
"response": {
"success": true,
"servers": [
{
"addr": "1.1.1.1:27015",
"gmsindex": 65534,
"appid": 730,
"gamedir": "csgo",
"region": 255,
"secure": true,
"lan": false,
"gameport": 27015,
"specport": 0
}
]

}
}

i removed my ip address xD

Last edited by ArrowFX; 01-21-2018 at 06:17.
ArrowFX is offline