mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Add store_mode
and platform Clash mode selector
This commit is contained in:
parent
6dcacf3b5e
commit
43f72a6419
29 changed files with 405 additions and 71 deletions
|
@ -1005,14 +1005,7 @@ func (r *Router) notifyNetworkUpdate(event int) {
|
|||
}
|
||||
}
|
||||
|
||||
conntrack.Close()
|
||||
|
||||
for _, outbound := range r.outbounds {
|
||||
listener, isListener := outbound.(adapter.InterfaceUpdateListener)
|
||||
if isListener {
|
||||
listener.InterfaceUpdated()
|
||||
}
|
||||
}
|
||||
r.ResetNetwork()
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -1025,5 +1018,9 @@ func (r *Router) ResetNetwork() error {
|
|||
listener.InterfaceUpdated()
|
||||
}
|
||||
}
|
||||
|
||||
for _, transport := range r.transports {
|
||||
transport.Reset()
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue