mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-30 17:37:16 +02:00
implement config locks.
This commit is contained in:
parent
61fcf7f699
commit
00201af40c
4 changed files with 21 additions and 1 deletions
|
@ -65,6 +65,9 @@ NEKO_ICESERVERS:
|
|||
- Describes multiple STUN and TURN server that can be used by the ICEAgent to establish a connection with a peer
|
||||
- e.g. '[{"urls": ["turn:turn.example.com:19302", "stun:stun.example.com:19302"], "username": "name", "credential": "password"}, {"urls": ["stun:stun.example2.com:19302"]}]'
|
||||
- [More information](https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer)
|
||||
NEKO_LOCKS:
|
||||
- Resources, that will be locked when starting, separated by whitespace.
|
||||
- Currently supported: control login
|
||||
```
|
||||
|
||||
## Agruments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue