mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-18 08:20:53 +00:00
fixed: NewRejectWithOption
has wrong type
This commit is contained in:
parent
fb4d3c41c8
commit
a1ee19c175
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func NewRejectWithOption(option RejectOption) *Reject {
|
|||
return &Reject{
|
||||
Base: &Base{
|
||||
name: option.Name,
|
||||
tp: C.Direct,
|
||||
tp: C.Reject,
|
||||
udp: true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue