ICANN is asking for input on new `.internal` TLD for use in private networks.
Categories
(Core :: Networking, task)
Tracking
()
People
(Reporter: simonf, Unassigned)
Details
Saw this on the PSL issue tracker: https://www.icann.org/en/public-comment/proceeding/proposed-top-level-domain-string-for-private-use-24-01-2024
We have some special casing for .onion and localhost which we might want to consider for this. Or we might want to exempt it from DoH if it uses a non-private external resolver.
I can't think of anything that might be problematic here since people have been ad-hoc using .home or .local for this.
| Reporter | ||
Comment 1•1 year ago
|
||
For .onion it seems we are currently
- hiding it from referrer and origin headers
- excepting it from HTTPS upgrades
- allow it for secure context
- excempt them from DNS lookups
- allow them for OpenSearch
At least 3. & 4. should not apply.
Comment 2•1 year ago
|
||
While I think there are some important differences between .internal and .onion (mainly that internal is still supposed to use conventional DNS infrastructure) I agree with your suggestions.
Additionally I would add that we should avoid using DNS over HTTPS for .internal domains since they wouldn't resolve anyway.
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Description
•