Implement redirect to in eBPF proxy

This commit is contained in:
Zoltán Papp
2025-02-17 15:47:20 +01:00
parent 1f088b7e69
commit 06a17f0eee
6 changed files with 69 additions and 42 deletions
+1
View File
@@ -387,6 +387,7 @@ func (conn *Conn) onICEConnectionIsReady(priority ConnPriority, iceConnInfo ICEC
wgConfigWorkaround()
if conn.wgProxyRelay != nil {
conn.log.Debugf("redirect packages from relayed conn to WireGuard")
conn.wgProxyRelay.RedirectTo(ep)
}