Skip to content

Commit

Permalink
new feature multi user auth with socks5
Browse files Browse the repository at this point in the history
  • Loading branch information
arugal committed Sep 15, 2019
1 parent 11d185a commit d4a6560
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions conf/multi_account.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# key -> user | value -> pwd
npc=npc.pwd
Empty file removed conf/multiuser.conf
Empty file.
1 change: 1 addition & 0 deletions conf/npc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ server_port=10000
[socks5]
mode=socks5
server_port=19009
multi_account=multi_account.conf # 多账户配置文件,配置及代表启动多账户

[file]
mode=file
Expand Down

0 comments on commit d4a6560

Please sign in to comment.