diff options
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,12 +106,12 @@ const Options = [ { type: "select", - args: [["WSS", "WS"], ["wss://", "ws://"]], + args: [["wss://", "ws://"], ["WSS", "WS"]], title: "Protocol" }, { type: "text", - args: ["localhost"], + args: ["localhost", ""], title: "Server URL" }, { |