Missing "

This commit is contained in:
Patrik Lundin 2024-10-13 14:32:42 +02:00
parent 4f2428575c
commit ad66745a90
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -99,7 +99,7 @@ class cdn::cache(
# Allow decapsulated tunnel packets targeting the service IP range to reach
# local service ports
sunet::nftables::rule { 'sunet_cdn_service4':
rule => 'add rule inet filter input meta iifname tunl0 ip daddr 188.240.152.0/24 tcp dport { 80, 443 } counter accept comment "sunet-cdn-service4'
rule => 'add rule inet filter input meta iifname tunl0 ip daddr 188.240.152.0/24 tcp dport { 80, 443 } counter accept comment "sunet-cdn-service4"'
}
if $cache_secrets {