27 lines
546 B
TOML
27 lines
546 B
TOML
hostname = "172.30.17.53"
|
|
bundles = ["bird", "wireguard"]
|
|
groups = ["debian-bookworm"]
|
|
|
|
[metadata]
|
|
location = "rottenraptor"
|
|
backups.exclude_from_backups = true
|
|
icinga_options.exclude_from_monitoring = true
|
|
|
|
[metadata.bird]
|
|
static_routes = [
|
|
"172.30.17.0/24",
|
|
]
|
|
|
|
[metadata.interfaces.ens18]
|
|
ips = ["172.30.17.53/24"]
|
|
gateway4 = "172.30.17.1"
|
|
|
|
[metadata.nftables.postrouting]
|
|
"50-router" = [
|
|
"oifname ens18 masquerade",
|
|
]
|
|
|
|
[metadata.wireguard.peers."htz-cloud.wireguard"]
|
|
my_port = 51804
|
|
my_ip = "172.19.136.69"
|
|
their_ip = "172.19.136.68"
|