kubo/core
Kevin Wallace 084cdc3ed8 gateway: attempt to resolve hostname to ipfs path
This allows someone to host a static site by pointing a TXT record at their
content in IPFS, and a CNAME record at an IPFS gateway.

Note that such a setup technically violates RFC1912 (section 2.4; "A CNAME
record is not allowed to coexist with any other data."), but tends to work in
practice.

We may want to consider changing the DNS->IPFS resolution scheme to allow this
scenario to be RFC-compliant (e.g. store the mapping on a well-known subdomain
to allow CNAME records on the domain itself).

License: MIT
Signed-off-by: Kevin Wallace <kevin@pentabarf.net>
2015-02-08 11:27:06 -08:00
..
commands cmds/root: ipfs root text arrangement 2015-02-03 12:17:59 -08:00
corehttp gateway: attempt to resolve hostname to ipfs path 2015-02-08 11:27:06 -08:00
corerepo logs: removed all log.Errors unhelpful to users 2015-02-03 01:06:07 -08:00
coreunix update UI from PR comments 2015-02-04 23:07:13 +00:00
.gitignore ignore testdb 2014-07-05 15:04:04 -07:00
bootstrap_test.go introducing p2p pkg 2015-01-02 08:46:45 -08:00
bootstrap.go AddrManager: use addr manager with smarter TTLs 2015-02-02 21:04:14 -08:00
core_test.go feat(core): use repo.Repo in core constructor 2015-01-18 14:41:42 -08:00
core.go fix(core) check nil for _all_ owned resources 2015-02-06 11:22:43 -07:00
datastore.go refactor(repo/config) move config under repo 2015-01-13 03:09:30 -08:00
mock.go feat(core): use repo.Repo in core constructor 2015-01-18 14:41:42 -08:00