Для тех кто желает попробовать что-то новое, можете проверить как работает обновленная L2 прокси, часть проекта Lineage2TS. Прокси может быть использована как для скрытия IP адреса игровых серверов, так и для локально настроенного клиента (на localhost), который теперь может соединяться не локальными игровыми серверами через интернет (или по локальной сети). Можно даже проверить свой клиентский траффик командой в чате ".proxy-stats".
Здесь можно почитать про установку прокси с помощью докера:
Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками
Вход или
Регистрация
For those that would like to try something new, there is now docker image for proxy, part of Lineage2TS project. Basic usage would be to either hide IP address of your login/game server or perhaps be able to play on remote game server without changing config on your L2 client (say your client is setup to expect game server on localhost, start proxy pointing to remote game server and your L2 client will not know the difference!). Proxy works with Lineage2TS servers or L2J HF5 servers. It even has voice commands (the one you type in chat, without being admin or not). For example once you have entered game, you can type ".proxy-stats" and in your L2 client you will see chat messages about how long have you been playing or how much traffic in KiB you have used!
Docker instructions available here:
Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками
Вход или
Регистрация
And don't forget that you only need to specify remote login server IP or hostname via environment variable in docker cli as "PS.server.LoginServerHost=<host or IP>" Compared to other solutions, such as having an HAProxy or Nginx routing packets to your L2 servers, there is minimal setup using Lineage2TS proxy (no need to configure IP addresses or particular proxy modes on both login/game servers vs HAProxy/Nginx). Literally all you need is remote login server IP and proxy will work all the magic!
And to add a bit more interesting things. Lineage2TS docker images now use much less space (all using alpine images). With login/game server image just under 198MB (that is with all the geodata and necessary L2 world data). Proxy image is just shy of 59MB. Very easy to deploy and shutdown using docker.