Add .mail & .home.arpa undelegated names

Both names have been recognized for internal use in private networks.
This commit is contained in:
Expertcoderz 2023-07-15 13:12:40 +00:00 committed by GitHub
parent a352a3035c
commit 4114f032c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,7 @@ var undelegatedSet = []string{
"grp", "grp",
"gw==", "gw==",
"home", "home",
"home.arpa",
"hub", "hub",
"internal", "internal",
"intra", "intra",
@ -134,6 +135,7 @@ var undelegatedSet = []string{
"localdomain", "localdomain",
"localhost", "localhost",
"localnet", "localnet",
"mail",
"modem", "modem",
"mynet", "mynet",
"myrouter", "myrouter",