mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
a7f9e0122b
Updates #2393. Squashed commit of the following: commit 87034134e240480938cdeec14d6b44294bf6442c Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Mar 25 15:48:46 2021 +0300 dnsforward: fix commit abf3a1ce8ed7a148d1cc631007fb0422f6da4ae6 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Mar 25 15:21:11 2021 +0300 dnsforward: imp code, validation commit fac389bdafc093ce17a7e0831166b89293b550be Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Mar 25 14:54:45 2021 +0300 all: add validation, imp docs, tests commit 21b4532afe59f3b89383cb330c9a7d49ec124b6e Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Mar 24 19:09:43 2021 +0300 all: custom autohost tlds
22 lines
338 B
Plaintext
22 lines
338 B
Plaintext
checks = ["all"]
|
|
initialisms = [
|
|
# See https://github.com/dominikh/go-tools/blob/master/config/config.go.
|
|
#
|
|
# Do not add "PTR" since we use "Ptr" as a suffix.
|
|
"inherit"
|
|
, "DHCP"
|
|
, "DOH"
|
|
, "DOQ"
|
|
, "DOT"
|
|
, "EDNS"
|
|
, "MX"
|
|
, "QUIC"
|
|
, "RA"
|
|
, "SDNS"
|
|
, "SLAAC"
|
|
, "SVCB"
|
|
, "TLD"
|
|
]
|
|
dot_import_whitelist = []
|
|
http_status_code_whitelist = []
|