mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Fix direct udp outbound
This commit is contained in:
parent
cc78f0347d
commit
146008a631
5 changed files with 17 additions and 51 deletions
|
@ -70,7 +70,7 @@ func (h *Outbound) UnmarshalJSON(bytes []byte) error {
|
|||
case C.TypeURLTest:
|
||||
v = &h.URLTestOptions
|
||||
default:
|
||||
return nil
|
||||
return E.New("unknown outbound type: ", h.Type)
|
||||
}
|
||||
err = UnmarshallExcluded(bytes, (*_Outbound)(h), v)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue