Updates
This commit is contained in:
44
app/templates/rustdesk.htm
Normal file
44
app/templates/rustdesk.htm
Normal file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ProgName}} - {{Title}}</title>
|
||||
<link rel="stylesheet" href="/static/node_modules/bootstrap/dist/css/bootstrap.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
.spoiler{
|
||||
display:none;
|
||||
}
|
||||
.mywindow2 {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class ="b-page">
|
||||
{{UserHeader|safe}}
|
||||
|
||||
|
||||
|
||||
<p>1. Скачать дистрибутив с сайта <a href="https://rustdesk.com/" target ="_blank">RustDesk</a></p>
|
||||
<p><img href=""></p>
|
||||
<p>2. Напротив ID нажать на троеточие и выбрать пункт “ID/Сервер ретрансляции”
|
||||
<p><img href="/statis/image/rustdes/rd2.png"></p>
|
||||
<p>3. Указать следующие настройки:<ul>
|
||||
<li>ID-сервер: elforcer.ru</li>
|
||||
<li>Сервер ретрансляции: elforcer.ru</li>
|
||||
<li>Key: WvJsIqJmAw8b65KnbmPGCXD9Jesuq4ak5KiHYg62e8o=</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p><img href="/statis/image/rustdes/rd3.png"></p>
|
||||
|
||||
<p>
|
||||
Сообщить ваш ID для подключения.
|
||||
</p>
|
||||
{{UserBottom|safe}}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user