From efe48e494a7e8bd2ba8e2b8c7f39e633f4f18d92 Mon Sep 17 00:00:00 2001 From: Umberto Baldi Date: Mon, 6 Nov 2023 11:09:11 +0100 Subject: [PATCH] add new origin to the agent --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 671c6333e..0350f0f4a 100755 --- a/main.go +++ b/main.go @@ -362,6 +362,7 @@ func loop() { extraOrigins := []string{ "https://create.arduino.cc", "https://cloud.arduino.cc", + "https://app.arduino.cc", } for i := 8990; i < 9001; i++ {