feat: add ufw portless proto support
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
ccdeaba447
commit
b1a5b11af6
2 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue