mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Add .mail & .home.arpa undelegated names
Both names have been recognized for internal use in private networks.
This commit is contained in:
parent
a352a3035c
commit
4114f032c3
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,7 @@ var undelegatedSet = []string{
|
|||
"grp",
|
||||
"gw==",
|
||||
"home",
|
||||
"home.arpa",
|
||||
"hub",
|
||||
"internal",
|
||||
"intra",
|
||||
|
@ -134,6 +135,7 @@ var undelegatedSet = []string{
|
|||
"localdomain",
|
||||
"localhost",
|
||||
"localnet",
|
||||
"mail",
|
||||
"modem",
|
||||
"mynet",
|
||||
"myrouter",
|
||||
|
|
Loading…
Add table
Reference in a new issue