Update LuCI configration

This commit is contained in:
Nick Peng
2018-12-28 19:57:48 +08:00
parent 4c81b46f76
commit 8ff338852e
7 changed files with 35 additions and 14 deletions

View File

@@ -76,15 +76,14 @@ log-level info
# audit-num 2
# remote udp dns server list
# server [IP]:[PORT] [-blacklist-ip] [-check-edns] [-check-ttl=[ttl]]
# server [IP]:[PORT] [-blacklist-ip] [-check-edns]
# default port is 53
# -blacklist-ip: filter result with blacklist ip
# -check-edns: result must exist edns RR, or discard result.
# -check-ttl: Check whether the TTL of result is equal, If not equal, discard the result, -check-ttl=0 for auto check TTL.
# server 8.8.8.8 -blacklist-ip -check-edns
# remote tcp dns server list
# server-tcp [IP]:[PORT] [-blacklist-ip] [-check-edns]
# server-tcp [IP]:[PORT] [-blacklist-ip]
# default port is 53
# server-tcp 8.8.8.8