SOCKS5 RFC1929 Username/Password Authentication (#788)

This commit is contained in:
zonyitoo
2022-03-16 15:57:47 +08:00
parent a9215fbd02
commit 6bf2a439c8
13 changed files with 476 additions and 53 deletions

View File

@@ -464,7 +464,9 @@ Example configuration:
"local_port": 1080,
// OPTIONAL. Setting the `mode` for this specific local server instance.
// If not set, it will derive from the outer `mode`
"mode": "tcp_and_udp"
"mode": "tcp_and_udp",
// OPTIONAL. Authentication configuration file
"socks5_auth_config_path": "/path/to/auth.json"
},
{
// SOCKS5, SOCKS4/4a local server