🔧 aristotle: tweak IPFS settings
This commit is contained in:
parent
7e6ee61c53
commit
f744273d7c
@ -11,13 +11,18 @@
|
|||||||
"/ip6/::/tcp/4001"
|
"/ip6/::/tcp/4001"
|
||||||
"/ip4/0.0.0.0/udp/4001/quic"
|
"/ip4/0.0.0.0/udp/4001/quic"
|
||||||
"/ip6/::/udp/4001/quic"
|
"/ip6/::/udp/4001/quic"
|
||||||
"/ip4/0.0.0.0/tcp/4002/ws"
|
|
||||||
"/ip6/::1/tcp/4002/ws"
|
|
||||||
];
|
];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
Addresses = {
|
||||||
|
Announce = [ ];
|
||||||
|
NoAnnounce = [ ];
|
||||||
|
};
|
||||||
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
|
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
|
||||||
Routing = { Type = "dhtclient"; };
|
Discovery = { MDNS = { Enabled = true; }; };
|
||||||
|
Routing = { Type = "dht"; };
|
||||||
|
Peering = { Peers = [ ]; };
|
||||||
Swarm = {
|
Swarm = {
|
||||||
|
AddrFilters = null;
|
||||||
ConnMgr = {
|
ConnMgr = {
|
||||||
Type = "basic";
|
Type = "basic";
|
||||||
LowWater = 25;
|
LowWater = 25;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user