Y
Hacker News
new
|
ask
|
show
|
jobs
by
RX14
3925 days ago
Also - if I remember correctly - if you visit ipfs.io with the Host header set to foo.com, it will return /ipns/foo.com.
1 comments
lgierth
3925 days ago
Yes exactly, the IPFS daemon running there looks at the Host: header and uses it to build an `/ipns/<the-header>` path which it will resolve and respond accordingly.
link