1
0
Fork 0
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:
winlin 2020-03-31 17:33:04 +08:00
parent ecf0f012b5
commit 6022ac5cdb

View file

@ -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 *;
}