From d85e2f94c510e1e0406cba4d7c0d34d3f0708810 Mon Sep 17 00:00:00 2001 From: wjtaylor-games <64556462+wjtaylor-games@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:29:58 -0600 Subject: [PATCH 1/2] Net pong: Fix public IP getter link --- net-pong/godot/lobby.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/net-pong/godot/lobby.tscn b/net-pong/godot/lobby.tscn index e962147..190465a 100644 --- a/net-pong/godot/lobby.tscn +++ b/net-pong/godot/lobby.tscn @@ -153,6 +153,7 @@ offset_bottom = 141.0 grow_horizontal = 2 grow_vertical = 2 text = "Find your public IP address" +uri = "canhazip.com" [connection signal="pressed" from="LobbyPanel/HostButton" to="LobbyPanel" method="_on_host_pressed"] [connection signal="pressed" from="LobbyPanel/JoinButton" to="LobbyPanel" method="_on_join_pressed"] From ef767858a13f4b18c860e388b81baba6803a5a37 Mon Sep 17 00:00:00 2001 From: wjtaylor-games <64556462+wjtaylor-games@users.noreply.github.com> Date: Sat, 13 Dec 2025 12:50:41 -0600 Subject: [PATCH 2/2] Update public IP link address icanhazip.com instead of canhazip.com --- net-pong/godot/lobby.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-pong/godot/lobby.tscn b/net-pong/godot/lobby.tscn index 190465a..fefc84e 100644 --- a/net-pong/godot/lobby.tscn +++ b/net-pong/godot/lobby.tscn @@ -153,7 +153,7 @@ offset_bottom = 141.0 grow_horizontal = 2 grow_vertical = 2 text = "Find your public IP address" -uri = "canhazip.com" +uri = "icanhazip.com" [connection signal="pressed" from="LobbyPanel/HostButton" to="LobbyPanel" method="_on_host_pressed"] [connection signal="pressed" from="LobbyPanel/JoinButton" to="LobbyPanel" method="_on_join_pressed"]