fix: PASS policy inconsistent names
This commit is contained in:
parent
363f9ff181
commit
e76e0f5e03
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue