Skip to content

Commit d5fb3e2

Browse files
authored
Merge pull request #851 from elch01/patch-1
2 parents 59b7f52 + e69c25d commit d5fb3e2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/advanced.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,15 @@ matrixRTC:
177177
sfu:
178178
manualIP: "<your node public IP>"
179179
```
180+
Optionally, if you don't want to use Google's STUN servers you can override this with `stun_servers`:
181+
182+
```yml
183+
matrixRTC:
184+
sfu:
185+
additional:
186+
stun.yaml:
187+
config: |
188+
rtc:
189+
stun_servers:
190+
- "example.com:3478"
191+
```

newsfragments/851.doc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document setting alternative STUN servers for MatrixRTC.

0 commit comments

Comments
 (0)