From 420456c04b74bd7721c0b2b615adcdd9779fdce2 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Fri, 20 Feb 2026 03:09:45 -0500 Subject: [PATCH] style: Update SERVER_URL to use reverse proxy for improved security --- webbridge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webbridge.lua b/webbridge.lua index 328b549..af95ae1 100644 --- a/webbridge.lua +++ b/webbridge.lua @@ -2,7 +2,7 @@ -- Beautiful visual interface for 2x3 monitor setup -- Forwards turtle status updates to the web server -local SERVER_URL = "http://10.10.10.6:4200" -- Change to your server address +local SERVER_URL = "https://turtles.spatulaa.com" -- Reverse proxy URL local CHANNEL_RECEIVE = 101 local STATUS_CHANNEL = 102 local COMMAND_CHANNEL = 100