From e76e0f5e032ca9352b930a2083049cb63405c63a Mon Sep 17 00:00:00 2001 From: gVisor bot 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, },