Skip to content

Commit d5042f6

Browse files
committed
Fix interface changes
1 parent 4db73a1 commit d5042f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/internal/peer/conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ func (conn *Conn) onICEConnectionIsReady(priority ConnPriority, iceConnInfo ICEC
388388

389389
if conn.wgProxyRelay != nil {
390390
conn.log.Debugf("redirect packages from relayed conn to WireGuard")
391-
conn.wgProxyRelay.RedirectTo(ep)
391+
conn.wgProxyRelay.RedirectAs(ep)
392392
}
393393

394394
conn.currentConnPriority = priority

0 commit comments

Comments
 (0)