Add proxy switcher to the mix

This commit is contained in:
MotorTruck1221
2025-04-21 23:26:40 -06:00
parent 5b808afae5
commit 4ea7ab5e11
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ const randomSplash = genSplash();
const settings = await Settings.getInstance();
await sw.setTransport();
iframe.classList.remove("hidden");
iframe.src = sw.encodeURL(input.value, 'scram');
iframe.src = sw.encodeURL(input.value);
}
});