5 ms·
What defines private sites, I wonder – beyond "such as local IP addresses like 192.168.0.1, single-label hostnames, and shortlinks like intranet/"?
by fooofw 11mo ago
What defines private sites, I wonder – beyond "such as local IP addresses like 192.168.0.1, single-label hostnames, and shortlinks like intranet/"?
- dadrian 11mo agoNon-unique hostnames, which are RFC 1918 space, single-label hostnames, and addresses assigned to mDNS (.local).
- srcreigh 11mo agoSingle label hostnames had an issue where it’s hard to type them into a browser. How to fix this?
- jeroenhd 11mo agoUsually, completing the domain name by adding the final period will do the job. Instead of entering myprinter into the address bar, try myprinter. so your DNS server doesn't try to resolve myprinter, myprinter.domain, myprinter.domain.tld, and whatever other search domains have been configured. A real, fully-qualified domain ends in a period, though most tools will happily let you avoid that final period. Alternatively, .local domains will work for mDNS-capable devices (and non-mDNS-capable devices if you like to risk things breaking randomly), and the .internal TLD has been reserved so .internal domains should also work for local addresses.
- dadrian 11mo agoAdd a /, e.g. `shortname/`
- deleted 11mo ago[deleted]