ipfs / ipfs/kubo

Document how to configure Linux to resolve *.localhost domains

Open
#7,293 1 comment 0 reactions 0 assignees View on GitHub
exp/intermediate P2 topic/docs-ipfs
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

Not all Linux distributions resolve `*.localhost` to `127.0.0.1`. We should include documentation for how to configure your linux distro to do this:

* Use a recursive resolver that supports synthetic records for `*.localhost`.
* Modify `/etc/nsswitch.conf` to include `myhostname` (see `nsswitch.conf(5)`).

Additionally, most browsers (firefox? chrome?) auto-resolve `*.localhost`. We should document which ones do this.

This all goes in docs/gateway.md.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.