feat: add ufw portless proto support
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-22 14:18:19 +02:00
commit b1a5b11af6
2 changed files with 8 additions and 1 deletions

View file

@ -30,6 +30,12 @@ firewall_basic_rules:
to_port: "22"
from_ip: "192.168.10.55"
firewall_host_rules: []
firewall_portless_protocols:
- "ah"
- "esp"
- "gre"
- "igmp"
- "vrrp"
# ntp
ntp_server: "time.cloudflare.com"