mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-25 00:00:55 +01:00
Merge pull request #2438 from Expertcoderz/patch-1
Add .mail & .home.arpa undelegated names
This commit is contained in:
commit
a4eda39563
@ -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…
Reference in New Issue
Block a user