mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
fix: NewRejectWithOption
has wrong type (#1518)
Co-authored-by: nico <nico@starpay.com>
This commit is contained in:
parent
fb4d3c41c8
commit
58c973ee2b
|
@ -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…
Reference in New Issue
Block a user