mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 21:27:37 +03:00
Merge pull request #2438 from Expertcoderz/patch-1
Add .mail & .home.arpa undelegated names
This commit is contained in:
commit
a4eda39563
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
Add a link
Reference in a new issue