From 42777ea11533031b8958c4ea034ab91d1d413e63 Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Sun, 5 Sep 2021 11:21:37 +0800 Subject: [PATCH] enable icelite and nat1to1. --- configs/docker/sfu.toml | 6 +++--- configs/sfu.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/docker/sfu.toml b/configs/docker/sfu.toml index a4580be29..30667b665 100644 --- a/configs/docker/sfu.toml +++ b/configs/docker/sfu.toml @@ -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 @@ -113,4 +113,4 @@ credentials = "pion=ion,pion2=ion2" [log] # 0 - INFO 1 - DEBUG 2 - TRACE -v = 1 \ No newline at end of file +v = 1 diff --git a/configs/sfu.toml b/configs/sfu.toml index 41a8dc047..4f5590aaa 100644 --- a/configs/sfu.toml +++ b/configs/sfu.toml @@ -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 @@ -113,4 +113,4 @@ credentials = "pion=ion,pion2=ion2" [log] # 0 - INFO 1 - DEBUG 2 - TRACE -v = 1 \ No newline at end of file +v = 1