You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,13 @@ RELAY_IP=0.0.0.0
88
88
EXTERNAL_RELAY_IP=167.235.241.140
89
89
```
90
90
91
+
Rel will try to open relay addresses in `49_152 - 65_535` port range, but this can be changed. `RELAY_PORT_END` must be greater than `RELAY_PORT_START`.
92
+
93
+
```console
94
+
RELAY_PORT_START=35000
95
+
RELAY_PORT_END=45000
96
+
```
97
+
91
98
Remember to use the `REALM` variable specific to your deployment. It's used in `REALM` STUN attributes. See
92
99
[this section of RFC 2617](https://datatracker.ietf.org/doc/html/rfc2617#section-3.2.1) to learn about appropriate values for `REALM` attribute.
93
100
@@ -96,6 +103,7 @@ REALM=my-amazing-turn.com
96
103
```
97
104
98
105
You can configure the number of running `listener` processes. By default, it is equal to number of running Erlang VM schedulers:
0 commit comments