DASLink is a simple tool to link ipfs content from DAS.
Dependent on DNSLink, Cloudflare ipfs gateway, Cloudflare DNS and das-database.
┌───────────┐ ┌───────────┐ ┌────────────┐
│ │ │ │ │ │
│ Alice │ │ DNS │ │ipfs gateway│
│ │ │ │ │ │
└─────┬─────┘ └─────┬─────┘ └──────┬─────┘
│ │ │
│ visit alice.bit.cc │ │
├──────────────────────────►│ │
│ │ CNAME point to │
│ ├───────────────────────────►│
│ │ │
│ │◄───────────────────────────┤
│ │ looking up the TXT record │
│ ├───────────────────────────►│
│ │ ├───────────┐
│ │ │ │
│ │ │ get the│ipfs content
│ │ │ │
│ return ipfs content │ │◄──────────┘
│◄──────────────────────────┼────────────────────────────┤
│ │ │
│ │ │
┌─────┴─────┐ ┌─────┴─────┐ ┌──────┴─────┐
│ │ │ │ │ │
│ Alice │ │ DNS │ │ipfs gateway│
│ │ │ │ │ │
└───────────┘ └───────────┘ └────────────┘
# run das-database and keep it synchronized with the latest data
https://github.com/DeAccountSystems/das-database
# get the code
git clone https://github.com/paicha/daslink.git
# get your Cloudflare api tokens
https://dash.cloudflare.com/profile/api-tokens
# edit config.yaml
cd config
cp config.yaml.sample config.yaml
vi config.yaml
# compile and run
go build
./daslink