mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
fix: coturn port
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user