Feature: experimental support snell

This commit is contained in:
Dreamacro
2019-10-09 18:46:23 +08:00
parent 54386ccda3
commit 06c9dfdb80
6 changed files with 277 additions and 31 deletions

View File

@ -14,6 +14,7 @@ const (
Reject
Selector
Shadowsocks
Snell
Socks5
Http
URLTest
@ -92,6 +93,8 @@ func (at AdapterType) String() string {
return "Selector"
case Shadowsocks:
return "Shadowsocks"
case Snell:
return "Snell"
case Socks5:
return "Socks5"
case Http: