mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Add comments for RTC candidate.
This commit is contained in:
parent
ecf0f012b5
commit
6022ac5cdb
1 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,8 @@ rtc_server {
|
|||
# eth0 eth1 Use network interface eth0 and eth1. # TODO: Implements it.
|
||||
# Also by IP or DNS names:
|
||||
# 192.168.1.3 10.1.2.3 rtc.me # TODO: Implements it.
|
||||
# And by multiple ENV variables:
|
||||
# $CANDIDATE $EIP # TODO: Implements it.
|
||||
# default: *
|
||||
candidate *;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue