mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update ADMIN.md: copypasta from POST_INSTALL for consistency
This commit is contained in:
parent
b063687611
commit
0a4158c94f
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) and enter following details.
|
For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) and enter following details.
|
||||||
|
|
||||||
```
|
```
|
||||||
TURN URI : turn:<YOUR_PUBLIC_IP_ADDRESS>:5349
|
STUN or TURN URI: turn:__DOMAIN__:__PORT_TURNSERVER_TLS__
|
||||||
TURN username: <YOUR_USERNAME>
|
TURN username: turnserver
|
||||||
TURN password: <YOUR_PASSWORD>
|
TURN password: __TURNSERVER_PWD__
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue