fixed: NewRejectWithOption has wrong type

This commit is contained in:
nico 2024-09-18 11:39:38 +08:00
parent fb4d3c41c8
commit a1ee19c175

View file

@ -37,7 +37,7 @@ func NewRejectWithOption(option RejectOption) *Reject {
return &Reject{
Base: &Base{
name: option.Name,
tp: C.Direct,
tp: C.Reject,
udp: true,
},
}