mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 09:58:42 -07:00
dab7b439d1
Merge in DNS/adguard-home from imp-text to master Squashed commit of the following: commit fa7d64014fb2ac379e1c137eaccc7aefca86419d Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Jun 11 17:09:00 2021 +0300 all: imp docs, names
20 lines
324 B
Plaintext
20 lines
324 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"
|
|
, "EDNS"
|
|
, "MX"
|
|
, "QUIC"
|
|
, "RA"
|
|
, "SDNS"
|
|
, "SLAAC"
|
|
, "SVCB"
|
|
, "TLD"
|
|
, "WHOIS"
|
|
]
|
|
dot_import_whitelist = []
|
|
http_status_code_whitelist = []
|