mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 17:58:02 +02:00
Fix interface changes
This commit is contained in:
parent
4db73a13d7
commit
d5042f688f
@ -388,7 +388,7 @@ func (conn *Conn) onICEConnectionIsReady(priority ConnPriority, iceConnInfo ICEC
|
|||||||
|
|
||||||
if conn.wgProxyRelay != nil {
|
if conn.wgProxyRelay != nil {
|
||||||
conn.log.Debugf("redirect packages from relayed conn to WireGuard")
|
conn.log.Debugf("redirect packages from relayed conn to WireGuard")
|
||||||
conn.wgProxyRelay.RedirectTo(ep)
|
conn.wgProxyRelay.RedirectAs(ep)
|
||||||
}
|
}
|
||||||
|
|
||||||
conn.currentConnPriority = priority
|
conn.currentConnPriority = priority
|
||||||
|
Loading…
x
Reference in New Issue
Block a user