cluster/services/ipfs: add dns records
This commit is contained in:
parent
88754861db
commit
58f60eef45
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue