mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(access): int to more hosts
This commit is contained in:
parent
f2fddc1001
commit
c61220b641
11 changed files with 99 additions and 8 deletions
|
|
@ -70,5 +70,5 @@ resource "proxmox_virtual_environment_network_linux_bridge" "internal" {
|
|||
name = "vmbr9"
|
||||
address = "${cidrhost(local.reisen_int_prefix4, 2)}/24"
|
||||
address6 = "${cidrhost(local.reisen_int_prefix6, 2)}/64"
|
||||
comment = "internal private network"
|
||||
comment = "internal private network"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue