chore: Supplement type

This commit is contained in:
xishang0128 2024-03-04 20:02:09 +08:00
parent 69bf434e2c
commit fe4acebb8b
No known key found for this signature in database
GPG key ID: 44A1E10B5ADF68CB

View file

@ -185,6 +185,8 @@ func (at AdapterType) String() string {
return "Compatible" return "Compatible"
case Pass: case Pass:
return "Pass" return "Pass"
case Dns:
return "Dns"
case Shadowsocks: case Shadowsocks:
return "Shadowsocks" return "Shadowsocks"
case ShadowsocksR: case ShadowsocksR: