Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
enable icelite and nat1to1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 5, 2021
1 parent daafc47 commit 42777ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configs/docker/sfu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ mdns = true
# Multiple public IP addresses can be specified as a comma separated list
# if the sfu is deployed in a DMZ between two 1-1 NAT for internal and
# external users.
# nat1to1 = ["1.2.3.4"]
# icelite = true
nat1to1 = ["127.0.0.1"]
icelite = true

[webrtc.timeouts]
# The duration in [sec] without network activity before a ICE Agent is considered disconnected
Expand Down Expand Up @@ -113,4 +113,4 @@ credentials = "pion=ion,pion2=ion2"

[log]
# 0 - INFO 1 - DEBUG 2 - TRACE
v = 1
v = 1
6 changes: 3 additions & 3 deletions configs/sfu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ mdns = true
# Multiple public IP addresses can be specified as a comma separated list
# if the sfu is deployed in a DMZ between two 1-1 NAT for internal and
# external users.
# nat1to1 = ["1.2.3.4"]
# icelite = true
nat1to1 = ["127.0.0.1"]
icelite = true

[webrtc.timeouts]
# The duration in [sec] without network activity before a ICE Agent is considered disconnected
Expand Down Expand Up @@ -113,4 +113,4 @@ credentials = "pion=ion,pion2=ion2"

[log]
# 0 - INFO 1 - DEBUG 2 - TRACE
v = 1
v = 1

0 comments on commit 42777ea

Please sign in to comment.