Change 'whitelist' to 'allowlist' globally.

This commit is contained in:
Kyle H 2023-11-23 14:49:45 +00:00 committed by Christien Rioux
parent 7d1b789d38
commit af27b5aa85
21 changed files with 1546 additions and 1462 deletions

View file

@ -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]

View file

@ -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