Hello Elfo, i think i am doing right, but somehow is not working to me. Am i doing something wrong? I can see the 2nd gameserver but it has 0 ping and i can't connect. If i set to "not hide" the real gs, i can only login to this one, Evey time i try to connect to the proxy gs just nothing happen.
<?xml version='1.0' encoding='utf-8'?>
<list>
<gameserver serverId="1" hide="false">
<proxy proxyServerId="2" proxyHost="HERE IP WHERE THE HOST IS RUNNING (VPS)" proxyPort="7778"/>
</gameserver>
</list>
{
"ProxySettings": {
"Proxies": [
{
"ProxyHost": "HERE IP WHERE THE HOST IS RUNNING (VPS)",
"ProxyPort": 7778,
"L2ServerHost": "HERE IP OF THE DEDICATE MACHINE (REAL SERVER)",
"L2ServerPort": 7777
}
]
},
"ApiSettings": {
"Url": "http://0.0.0.0:6969",
"ApiKey": "changeit"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}