A simple Socks5 server written in Rust.
- No authentication.
- Gssapi authentication.
- Username and Password authentication.
- Improve security.
- Connect.
- Bind.
- Udp associate.
The help menu can be accessed with ./xenon -h
.
[
{ "username": "user1", "password": "securePass" },
{ "username": "user2", "password": "securePass" }
]
./xenon -a 127.0.0.1 -p 1080 -vvv -u users.json