mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-30 16:04:23 +03:00
Fix naive inbound close
This commit is contained in:
@@ -140,7 +140,7 @@ func (n *Inbound) Start(stage adapter.StartStage) error {
|
||||
|
||||
func (n *Inbound) Close() error {
|
||||
return common.Close(
|
||||
&n.listener,
|
||||
n.listener,
|
||||
common.PtrOrNil(n.httpServer),
|
||||
n.h3Server,
|
||||
n.tlsConfig,
|
||||
|
||||
Reference in New Issue
Block a user