mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Allow VPN to Dogfood (#10564)
This commit is contained in:
parent
25641c094c
commit
7a795ed31d
@ -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 New Issue
Block a user