-
Notifications
You must be signed in to change notification settings - Fork 63
Proxy #10
Copy link
Copy link
Closed
Labels
Description
It might be really handy to setup a proxy on the default port (25565) to listen for connections, and pipe the data to the first running world server (say port 25566). If we use netcat and perl, it wouldn't add any new prerequisites to the script.
With the ability to listen in to connections, we could theoretically catch a user typing and redirect the user input to a new command processor like the script used to have when it parsed the log file. With a user command processor in place, and the script already redirecting traffic to one world server, it might be possible to add a switch world server user command to the script. Something I always wanted this script to be able to do.
Reactions are currently unavailable