You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying a hostname as a WebRTC candidate it appears that go2rtc resolves the hostname to an IP and passes the IP to the client instead of passing the hostname and letting the client handle the resolution. This can be problematic with environments using split DNS.
kantlivelong
changed the title
WebRTC canidate hostname gets resolved by server instead of client
WebRTC candidate hostname gets resolved by server instead of client
Jan 4, 2023
When specifying a hostname as a WebRTC candidate it appears that go2rtc resolves the hostname to an IP and passes the IP to the client instead of passing the hostname and letting the client handle the resolution. This can be problematic with environments using split DNS.
Example config:
Internally the machine running go2rtc uses DNS
192.168.1.1
.Example internal DNS result:
Example external DNS result:
go2rtc version: v0.1-rc.6
The text was updated successfully, but these errors were encountered: