Skip to content

Commit

Permalink
chore: Supplement type
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Mar 4, 2024
1 parent 69bf434 commit fe4aceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constant/adapters.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ func (at AdapterType) String() string {
return "Compatible"
case Pass:
return "Pass"
case Dns:
return "Dns"
case Shadowsocks:
return "Shadowsocks"
case ShadowsocksR:
Expand Down

0 comments on commit fe4aceb

Please sign in to comment.