mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
fix: PASS policy inconsistent names
This commit is contained in:
@@ -60,7 +60,7 @@ func NewCompatible() *Direct {
|
||||
func NewPass() *Direct {
|
||||
return &Direct{
|
||||
Base: &Base{
|
||||
name: "Pass",
|
||||
name: "PASS",
|
||||
tp: C.Pass,
|
||||
udp: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user