From fe4acebb8b7ed56f52a287836fd59ad3fae777a9 Mon Sep 17 00:00:00 2001 From: xishang0128 Date: Mon, 4 Mar 2024 20:02:09 +0800 Subject: [PATCH] chore: Supplement type --- constant/adapters.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constant/adapters.go b/constant/adapters.go index 09c437f5..105a7904 100644 --- a/constant/adapters.go +++ b/constant/adapters.go @@ -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: