Add proxy switcher to the mix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user