Single Mux

This commit is contained in:
braginini
2022-09-07 18:39:58 +02:00
parent 48b7c6ec3c
commit eaf985624d
3 changed files with 99 additions and 77 deletions

View File

@@ -210,11 +210,11 @@ func (e *Engine) Start() error {
}
e.iceMux = iceMux
iceHostMux, err := bind.GetICEHostMux()
/*iceHostMux, err := bind.GetICEHostMux()
if err != nil {
return err
}
e.iceHostMux = iceHostMux
}*/
e.iceHostMux = iceMux
log.Infof("NetBird Engine started listening on WireGuard port %d", *port)