mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 03:47:37 +03:00
Add multi network dialing
This commit is contained in:
parent
dcb10c21a1
commit
bb46cdb2b3
30 changed files with 1203 additions and 371 deletions
|
@ -166,7 +166,7 @@ func (t *Transport) updateServers() error {
|
|||
}
|
||||
}
|
||||
|
||||
func (t *Transport) interfaceUpdated(int) {
|
||||
func (t *Transport) interfaceUpdated(defaultInterface *control.Interface, flags int) {
|
||||
err := t.updateServers()
|
||||
if err != nil {
|
||||
t.options.Logger.Error("update servers: ", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue