]> git.deb.at Git - rhonda/impostor.git/commit
Change default ListenIp to match with config
authorminiduikboot <mini@duikbo.at>
Sat, 10 Aug 2024 16:24:21 +0000 (18:24 +0200)
committerminiduikboot <mini@duikbo.at>
Sat, 10 Aug 2024 16:50:57 +0000 (18:50 +0200)
commit35c66cda5fa2d301e2ea66af24f447cbc048c6ac
tree87b3bac1d11b7d455bd842fc2d89d91b623806e4
parent5d4b3d34f55c91e1ae9a8557d0e2d6eab7cfd852
Change default ListenIp to match with config

The default ListenIp for the base game server has been set to 0.0.0.0 in
config.json for as long as I remember, and a different value is only
sporadically used. I remember a case where someone was fancy with Split
DNS. 0 is better as a default than localhost, so change the code
accordingly to aligh with config.json
src/Impostor.Api/Config/ServerConfig.cs