Compare commits
2 Commits
ff3c5e28aa
...
f744273d7c
Author | SHA1 | Date | |
---|---|---|---|
f744273d7c | |||
7e6ee61c53 |
@ -150,11 +150,6 @@ in {
|
||||
targets = [ "agent:5001" "form:5001" "matter:5001" "purpose:5001" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "exportarr";
|
||||
static_configs =
|
||||
[{ targets = [ "plato:9707" "plato:9708" "plato:9709" ]; }];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user