mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 17:58:02 +02:00
fix: coturn port
This commit is contained in:
parent
32c369257b
commit
7c79ff62ee
@ -16,7 +16,7 @@ If you would like to learn more about the architecture please refer to the [Wire
|
|||||||
- Any Linux OS.
|
- Any Linux OS.
|
||||||
- Docker Compose installed (see [Install Docker Compose](https://docs.docker.com/compose/install/)).
|
- Docker Compose installed (see [Install Docker Compose](https://docs.docker.com/compose/install/)).
|
||||||
- Domain name pointing to the public IP address of your server.
|
- Domain name pointing to the public IP address of your server.
|
||||||
- Open ports ```443, 33071, 33073, 3468``` (Dashboard, Management HTTP API, Management gRpc API, Coturn STUN/TURN respectively) on your server.
|
- Open ports ```443, 33071, 33073, 3478``` (Dashboard, Management HTTP API, Management gRpc API, Coturn STUN/TURN respectively) on your server.
|
||||||
- Maybe a cup of coffee or tea :)
|
- Maybe a cup of coffee or tea :)
|
||||||
|
|
||||||
### Step-by-step guide
|
### Step-by-step guide
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"Stuns": [
|
"Stuns": [
|
||||||
{
|
{
|
||||||
"Proto": "udp",
|
"Proto": "udp",
|
||||||
"URI": "stun:$WIRETRUSTEE_DOMAIN:3468",
|
"URI": "stun:$WIRETRUSTEE_DOMAIN:3478",
|
||||||
"Username": "",
|
"Username": "",
|
||||||
"Password": null
|
"Password": null
|
||||||
}
|
}
|
||||||
@ -11,7 +11,7 @@
|
|||||||
"Turns": [
|
"Turns": [
|
||||||
{
|
{
|
||||||
"Proto": "udp",
|
"Proto": "udp",
|
||||||
"URI": "turn:$WIRETRUSTEE_DOMAIN:3468",
|
"URI": "turn:$WIRETRUSTEE_DOMAIN:3478",
|
||||||
"Username": "",
|
"Username": "",
|
||||||
"Password": null
|
"Password": null
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user