🔧 aristotle: tweak IPFS settings

This commit is contained in:
James Walker 2021-10-29 20:09:10 -04:00
parent 7e6ee61c53
commit f744273d7c
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -11,13 +11,18 @@
"/ip6/::/tcp/4001"
"/ip4/0.0.0.0/udp/4001/quic"
"/ip6/::/udp/4001/quic"
"/ip4/0.0.0.0/tcp/4002/ws"
"/ip6/::1/tcp/4002/ws"
];
extraConfig = {
Addresses = {
Announce = [ ];
NoAnnounce = [ ];
};
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
Routing = { Type = "dhtclient"; };
Discovery = { MDNS = { Enabled = true; }; };
Routing = { Type = "dht"; };
Peering = { Peers = [ ]; };
Swarm = {
AddrFilters = null;
ConnMgr = {
Type = "basic";
LowWater = 25;