mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-10 18:45:11 -04:00
Change 'whitelist' to 'allowlist' globally.
This commit is contained in:
parent
7d1b789d38
commit
af27b5aa85
21 changed files with 1546 additions and 1462 deletions
|
@ -194,7 +194,7 @@ class VeilidConfigNetwork(ConfigBase):
|
|||
max_connections_per_ip6_prefix: int
|
||||
max_connections_per_ip6_prefix_size: int
|
||||
max_connection_frequency_per_min: int
|
||||
client_whitelist_timeout_ms: int
|
||||
client_allowlist_timeout_ms: int
|
||||
reverse_connection_receipt_time_ms: int
|
||||
hole_punch_receipt_time_ms: int
|
||||
network_key_password: Optional[str]
|
||||
|
|
|
@ -3565,7 +3565,7 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"application",
|
||||
"client_whitelist_timeout_ms",
|
||||
"client_allowlist_timeout_ms",
|
||||
"connection_inactivity_timeout_ms",
|
||||
"connection_initial_timeout_ms",
|
||||
"detect_address_changes",
|
||||
|
@ -3587,7 +3587,7 @@
|
|||
"application": {
|
||||
"$ref": "#/definitions/VeilidConfigApplication"
|
||||
},
|
||||
"client_whitelist_timeout_ms": {
|
||||
"client_allowlist_timeout_ms": {
|
||||
"type": "integer",
|
||||
"format": "uint32",
|
||||
"minimum": 0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue