GAMMACASE / ServerRedirect

SourceMod plugin that allows players to see and connect to other servers
https://forums.alliedmods.net/showthread.php?t=322306
GNU General Public License v3.0
67 stars 26 forks source link

[Improvement] IP Alias #36

Closed henriquemod closed 3 years ago

henriquemod commented 3 years ago

Id like to suggest an improvement, in some cases (like mine) servers would communicate with each other locally in network, that would cause problems when an external client try to redirect cause plugin will redirect the client with local ip (192.168.1.x for example) what will obviously result in a timeout connection, my solution involves implementing an alias in cfg file so if the admin want to put local ip for the server be able to see the others in the same local network and put an alias ip for the plugin redirect players with the public ip address.

Server_Redirect.zip

GAMMACASE commented 3 years ago

Would you be able to submit a pull request for that? Since you already made the changes.