fix: PASS policy inconsistent names
This commit is contained in:
parent
1cf9321aa0
commit
f8d7f29856
@ -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