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