From f8d7f29856162f415d1df89c2df590bdccc28cc2 Mon Sep 17 00:00:00 2001 From: Skyxim Date: Sun, 17 Apr 2022 14:11:58 +0800 Subject: [PATCH] fix: PASS policy inconsistent names --- adapter/outbound/direct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/outbound/direct.go b/adapter/outbound/direct.go index 7e01f64e..d9793b3e 100644 --- a/adapter/outbound/direct.go +++ b/adapter/outbound/direct.go @@ -60,7 +60,7 @@ func NewCompatible() *Direct { func NewPass() *Direct { return &Direct{ Base: &Base{ - name: "Pass", + name: "PASS", tp: C.Pass, udp: true, },