mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-11-30 16:06:35 -05:00
Change 'whitelist' to 'allowlist' globally.
This commit is contained in:
parent
7d1b789d38
commit
af27b5aa85
21 changed files with 1546 additions and 1462 deletions
|
|
@ -93,7 +93,7 @@ Future<VeilidConfig> getDefaultVeilidConfig(String programName) async {
|
|||
maxConnectionsPerIp6Prefix: 32,
|
||||
maxConnectionsPerIp6PrefixSize: 56,
|
||||
maxConnectionFrequencyPerMin: 128,
|
||||
clientWhitelistTimeoutMs: 300000,
|
||||
clientAllowlistTimeoutMs: 300000,
|
||||
reverseConnectionReceiptTimeMs: 5000,
|
||||
holePunchReceiptTimeMs: 5000,
|
||||
routingTable: VeilidConfigRoutingTable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue