From 0be93400233741cead03320ffb90ec3be7da925e Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 26 May 2020 17:01:01 +0800 Subject: [PATCH] Update config file. --- trunk/conf/full.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 024a5e4ef..4dda4744f 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -406,7 +406,7 @@ rtc_server { # default: off enabled on; # The udp listen port, we will reuse it for connections. - # default: 8080 + # default: 8000 listen 8000; # The exposed candidate IPs, response in SDP candidate line. It can be: # * Retrieve server IP automatically, from all network interfaces. @@ -461,6 +461,7 @@ rtc_server { # we are able to capture the plaintext packets by wireshark. black_hole { # Whether enable the black-hole. + # default: off enabled off; # The black-hole address for session. addr 127.0.0.1:10000;