cluster/services/ipfs: add dns records

This commit is contained in:
Max Headroom 2023-11-02 23:43:58 +01:00
parent 88754861db
commit 58f60eef45

View file

@ -49,4 +49,10 @@
address = "https://bafybeiczsscdsbs7ffqz55asqdf3smv6klcw3gofszvwlyarci47bgf354.ipfs.${depot.lib.meta.domain}/";
module = "https2xx";
};
dns.records = {
p2p.consulService = "ipfs-gateway";
".*\\.ipfs".consulService = "ipfs-gateway";
".*\\.ipns".consulService = "ipfs-gateway";
};
}