new feature multi user auth with socks5

pull/208/head
zhangwei 2019-09-15 20:35:21 +08:00
parent 11d185ad59
commit d4a6560d9a
4 changed files with 5 additions and 0 deletions

View File

@ -538,11 +538,13 @@ vkey=123
[socks5]
mode=socks5
server_port=9004
multi_account=multi_account.conf
```
项 | 含义
---|---
mode | socks5
server_port | 在服务端的代理端口
multi_account | socks5多账号配置文件可选
##### 私密代理模式
```ini

2
conf/multi_account.conf Normal file
View File

@ -0,0 +1,2 @@
# key -> user | value -> pwd
npc=npc.pwd

View File

View File

@ -40,6 +40,7 @@ server_port=10000
[socks5]
mode=socks5
server_port=19009
multi_account=multi_account.conf # 多账户配置文件,配置及代表启动多账户
[file]
mode=file