소스 검색

clarify which option is the default

tags/v2.3.0-rc1
Shivaram Lingamneni 3 년 전
부모
커밋
9d17ed41b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      default.yaml

+ 1
- 1
default.yaml 파일 보기

@@ -144,7 +144,7 @@ server:
144 144
     # whether to look up user hostnames with reverse DNS. there are 3 possibilities:
145 145
     # 1. lookup-hostnames enabled, IP cloaking disabled; users will see each other's hostnames
146 146
     # 2. lookup-hostnames disabled, IP cloaking disabled; users will see each other's numeric IPs
147
-    # 3. IP cloaking enabled; users will see cloaked hostnames (see the ip-cloaking section)
147
+    # 3. [the default] IP cloaking enabled; users will see cloaked hostnames
148 148
     lookup-hostnames: false
149 149
     # whether to confirm hostname lookups using "forward-confirmed reverse DNS", i.e., for
150 150
     # any hostname returned from reverse DNS, resolve it back to an IP address and reject it

Loading…
취소
저장