fix: autoconnect
This commit is contained in:
parent
57a1114dd7
commit
3e65c4b05e
|
|
@ -80,7 +80,7 @@ HTML_REDIRECT = '''<html><head>
|
|||
var port = window.location.port;
|
||||
if (!port)
|
||||
port = window.location.protocol[4] == 's' ? 443 : 80;
|
||||
window.location.href = "vnc_auto.html";
|
||||
window.location.href = "vnc_auto.html?autoconnect=1&autoscale=0&quality=3";
|
||||
</script>
|
||||
<title>Page Redirection</title>
|
||||
</head><body></body></html>'''
|
||||
|
|
|
|||
Loading…
Reference in New Issue