The ban list validator checks to see if the requesting ip is a valid game server by querying the game server api. This only supports servers running the standard game server api port. A more robust way would be to check the requesting ip port from the master server list, then validate. In a way this is a second step of verification as the requesting ip must be registered in the master list.
The ban list validator checks to see if the requesting ip is a valid game server by querying the game server api. This only supports servers running the standard game server api port. A more robust way would be to check the requesting ip port from the master server list, then validate. In a way this is a second step of verification as the requesting ip must be registered in the master list.