mirror of
https://github.com/livekit/livekit.git
synced 2026-09-01 20:09:08 +00:00
default to not map external IP.
This commit is contained in:
@@ -68,7 +68,7 @@ func NewConfig(confString string) (*Config, error) {
|
||||
conf := &Config{
|
||||
Port: 7880,
|
||||
RTC: RTCConfig{
|
||||
UseExternalIP: true,
|
||||
UseExternalIP: false,
|
||||
TCPPort: 7881,
|
||||
UDPPort: 7882,
|
||||
ICEPortRangeStart: 0,
|
||||
|
||||
Reference in New Issue
Block a user