mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Allow VPN to Dogfood (#10564)
This commit is contained in:
parent
25641c094c
commit
7a795ed31d
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ module "main" {
|
|||
# 8mb up from 262144 (256k) default
|
||||
sort_buffer_size = 8388608
|
||||
}
|
||||
# VPN
|
||||
allowed_cidr_blocks = ["10.255.1.0/24", "10.255.2.0/24", "10.255.3.0/24"]
|
||||
}
|
||||
redis_config = {
|
||||
name = local.customer
|
||||
|
|
|
|||
Loading…
Reference in a new issue