mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-26 08:25:18 -04:00
many fixes for bootstrap and public internet connectivity
This commit is contained in:
parent
9a54ee052c
commit
424ceedfd8
26 changed files with 606 additions and 320 deletions
|
@ -49,7 +49,7 @@ Future<VeilidConfig> getDefaultVeilidConfig() async {
|
|||
holePunchReceiptTimeMs: 5000,
|
||||
nodeId: "",
|
||||
nodeIdSecret: "",
|
||||
bootstrap: [],
|
||||
bootstrap: ["bootstrap-dev.veilid.net"],
|
||||
bootstrapNodes: [],
|
||||
routingTable: VeilidConfigRoutingTable(
|
||||
limitOverAttached: 64,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue