Opensource playit.gg alternative
Go to file
Matheus Sampaio Queiroga f8c0dfcbd3
Some checks failed
Test / Test (pull_request) Failing after 19s
Update client
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-09-20 17:39:01 -03:00
.github/workflows Fix struct decode with (Binary/Text)Unmarshal 2024-09-19 21:54:46 -03:00
client Update client 2024-09-20 17:39:01 -03:00
internal Update client 2024-09-20 17:39:01 -03:00
proto Cleaner Client 2024-09-20 11:03:51 -03:00
server Update client 2024-09-20 17:39:01 -03:00
.gitignore Add cli 2024-06-09 23:58:37 -03:00
go.mod Update client 2024-09-20 17:39:01 -03:00
gopproxit_test.go Update client 2024-09-20 17:39:01 -03:00
README.md Update client 2024-09-20 17:39:01 -03:00
servercall_test.go Update client 2024-09-20 17:39:01 -03:00

Golang pproxit to TCP and UDP Connections

Same to playit.gg, to make more simples to connections and implementations and host self server proxy, this implements only Server, for client Wrapper to same net.Listener

Server

Controls all connections and connected clients, any request within the accepted posts will be forwarded to its current clients without any data filtering, only users that can be blocked

Client

Connect to the controller and accept and manage local connections, quickly and dynamically, without having to specify the values

Auth

As part of being simple, the controller can enable simple or even more complex authentication, and some data can also be recorded if there are some functions enabled by the Controller.