mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-05 17:13:32 +08:00
fix: PASS policy inconsistent names
This commit is contained in:
parent
363f9ff181
commit
e76e0f5e03
@ -60,7 +60,7 @@ func NewCompatible() *Direct {
|
||||
func NewPass() *Direct {
|
||||
return &Direct{
|
||||
Base: &Base{
|
||||
name: "Pass",
|
||||
name: "PASS",
|
||||
tp: C.Pass,
|
||||
udp: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user