1 Commits

Author SHA1 Message Date
langhuihui
afc942ee5f fix: https default port 8443 2023-06-30 10:24:29 +08:00

View File

@@ -543,7 +543,7 @@
$protocol.addEventListener('change', function () {
if ($protocol.value === 'webtransport')
location.replace('https://local.monibuca.com:8081' + location.pathname + '?type=' + $protocol.value);
location.replace('https://local.monibuca.com:8443' + location.pathname + '?type=' + $protocol.value);
else
location.replace(location.origin + location.pathname + '?type=' + $protocol.value);
});