mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
docs: replace 1.1.1.1 with 8.8.8.8 as default DNS server
This commit is contained in:
@@ -117,12 +117,12 @@ mode: srv
|
||||
auth:
|
||||
provider: jitsi
|
||||
room:
|
||||
id: "https://meet.small-dm.ru/myroom"
|
||||
id: "https://meet.small-dm.ru/REPLACE_ME_WITH_ROOM_ID"
|
||||
crypto:
|
||||
key: "REPLACE_ME_WITH_64_HEX_CHARS"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
data: data
|
||||
```
|
||||
|
||||
@@ -133,12 +133,12 @@ mode: cnc
|
||||
auth:
|
||||
provider: jitsi
|
||||
room:
|
||||
id: "https://meet.small-dm.ru/myroom"
|
||||
id: "https://meet.small-dm.ru/REPLACE_ME_WITH_ROOM_ID"
|
||||
crypto:
|
||||
key: "REPLACE_ME_WITH_64_HEX_CHARS"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
@@ -215,7 +215,7 @@ srv := tunnel.New(tunnel.Config{
|
||||
Carrier: "jitsi",
|
||||
RoomURL: "https://meet.small-dm.ru/myroom",
|
||||
KeyHex: "<64-char hex>",
|
||||
DNSServer: "1.1.1.1:53",
|
||||
DNSServer: "8.8.8.8:53",
|
||||
})
|
||||
err := srv.Run(ctx)
|
||||
```
|
||||
|
||||
@@ -85,7 +85,7 @@ crypto:
|
||||
key: "REPLACE_ME_WITH_64_HEX_CHARS"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
data: data
|
||||
```
|
||||
|
||||
@@ -101,7 +101,7 @@ crypto:
|
||||
key: "REPLACE_ME_WITH_64_HEX_CHARS"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
@@ -154,7 +154,7 @@ mode: srv
|
||||
crypto:
|
||||
key_file: ./olcrtc.key
|
||||
net:
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
data: data
|
||||
|
||||
profiles:
|
||||
|
||||
@@ -7,7 +7,7 @@ crypto:
|
||||
key_file: "./olcrtc.key"
|
||||
|
||||
net:
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
|
||||
liveness:
|
||||
interval: 10s
|
||||
|
||||
@@ -162,7 +162,7 @@ crypto:
|
||||
key: "d823fa01cb3e0609b67322f7cf984c4ee2e4ce2e294936fc24ef38c9e59f4799"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
data: data
|
||||
```
|
||||
|
||||
@@ -193,7 +193,7 @@ crypto:
|
||||
key: "d823fa01cb3e0609b67322f7cf984c4ee2e4ce2e294936fc24ef38c9e59f4799"
|
||||
net:
|
||||
transport: vp8channel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
data: data
|
||||
```
|
||||
|
||||
@@ -236,7 +236,7 @@ crypto:
|
||||
key: "<hex-key-такой-же-как-на-сервере>"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
@@ -262,7 +262,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: vp8channel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
@@ -292,7 +292,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: vp8channel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
| `room.id` | Room ID |
|
||||
| `crypto.key` или `crypto.key_file` | Ключ шифрования hex 64 символа. Генерация: `openssl rand -hex 32` |
|
||||
| `data` | Всегда `data` |
|
||||
| `net.dns` | DNS-сервер, например `1.1.1.1:53` |
|
||||
| `net.dns` | DNS-сервер, например `8.8.8.8:53` |
|
||||
|
||||
---
|
||||
|
||||
@@ -201,7 +201,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
data: data
|
||||
```
|
||||
|
||||
@@ -216,7 +216,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
@@ -236,7 +236,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: datachannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
@@ -267,7 +267,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: vp8channel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
vp8:
|
||||
fps: 60
|
||||
batch_size: 64
|
||||
@@ -285,7 +285,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: vp8channel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
@@ -310,7 +310,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: seichannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
sei:
|
||||
fps: 60
|
||||
batch_size: 64
|
||||
@@ -330,7 +330,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: seichannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
@@ -355,7 +355,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: videochannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
video:
|
||||
codec: qrcode
|
||||
width: 1080
|
||||
@@ -377,7 +377,7 @@ crypto:
|
||||
key: "<hex-key>"
|
||||
net:
|
||||
transport: videochannel
|
||||
dns: "1.1.1.1:53"
|
||||
dns: "8.8.8.8:53"
|
||||
socks:
|
||||
host: "127.0.0.1"
|
||||
port: 8808
|
||||
|
||||
Reference in New Issue
Block a user