From 6022ac5cdb595c8fe7f6ed89f4b74bfed243432e Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 31 Mar 2020 17:33:04 +0800 Subject: [PATCH] Add comments for RTC candidate. --- trunk/conf/full.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/conf/full.conf b/trunk/conf/full.conf index 001f27a9b..2dcd3aa52 100644 --- a/trunk/conf/full.conf +++ b/trunk/conf/full.conf @@ -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 *; }