From a91cd0b9a1cc543f6c5f5ee48cabaa66c7d77d3a Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Wed, 18 Feb 2026 13:47:16 -0800 Subject: [PATCH] Refactor: Update proxy URL to us.proxy.sune.chat --- src/streaming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/streaming.js b/src/streaming.js index cc1bd39..c15b38a 100644 --- a/src/streaming.js +++ b/src/streaming.js @@ -1,4 +1,4 @@ -export const HTTP_BASE='https://orp.aww.4ev.link/ws' +export const HTTP_BASE='https://us.proxy.sune.chat/ws' export const buildBody=()=>{ const {USER,SUNE,state,payloadWithSampling}=window;