Update internal

This commit is contained in:
Manevolent 2022-12-22 10:03:00 -07:00 committed by GitHub
parent 04f2110a25
commit 8f7abf2af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
config:
- subnet: ${internal_subnet}
gateway: ${internal_gateway}
{{ if eq "true" "${enable_ipv6:-false}" }}
{{ if len "${internal_subnet6:-}" }}
- subnet: ${internal_subnet6}
gateway: ${internal_gateway6}
{{end}