mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-22 08:31:28 +00:00
Update dialer.html
This commit is contained in:
parent
d46af8b5d4
commit
e0910ab4d9
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Browser Dialer</title>
|
<title>Browser Dialer</title>
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
// Copyright (c) 2021 XRAY. Mozilla Public License 2.0.
|
// Copyright (c) 2021 XRAY. Mozilla Public License 2.0.
|
||||||
var url = "ws://" + window.location.host + "/websocket"
|
var url = "ws://" + window.location.host + "/websocket"
|
||||||
|
|
Loading…
Reference in a new issue