Ian Fijolek
b218633c2c
Because I use a custom DNS server, Domain based routing rules don't work. This instead resolves the domains and then adds the IP addresses to the rules.
4 lines
116 B
HCL
4 lines
116 B
HCL
resource "nomad_job" "unifi-traffic-route-ips" {
|
|
jobspec = file("${path.module}/unifi-traffic-route-ips.nomad")
|
|
}
|