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
This has been reported in Discord, the short version is as follows:
LAN IP: 192.168.1.X
Wireguard IP: 172.17.0.Y
Moonlight was reaching Wolf via 192.168 and Wolf was sending back the video and audio stream over 172.17, as a security measure Moonlight will reject that because it comes from an unknown IP.
Manually setting the env variable WOLF_INTERNAL_IP fixes it but I think we can do better here and automatically match the IP from the HTTPS endpoints when setting our IP for the Moonlight session.
The text was updated successfully, but these errors were encountered:
This has been reported in Discord, the short version is as follows:
192.168.1.X
172.17.0.Y
Moonlight was reaching Wolf via
192.168
and Wolf was sending back the video and audio stream over172.17
, as a security measure Moonlight will reject that because it comes from an unknown IP.Snippet from the logs:
Manually setting the env variable
WOLF_INTERNAL_IP
fixes it but I think we can do better here and automatically match the IP from the HTTPS endpoints when setting our IP for the Moonlight session.The text was updated successfully, but these errors were encountered: