mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +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…
Reference in New Issue
Block a user