New: custom socks5 proxy support

This commit is contained in:
Dreamacro
2018-08-12 13:50:54 +08:00
parent 35e572406b
commit 2b87b907ae
6 changed files with 105 additions and 8 deletions

View File

@ -10,6 +10,7 @@ const (
Reject
Selector
Shadowsocks
Socks5
URLTest
)
@ -42,6 +43,8 @@ func (at AdapterType) String() string {
return "Selector"
case Shadowsocks:
return "Shadowsocks"
case Socks5:
return "Socks5"
case URLTest:
return "URLTest"
default: