mirror of
https://git.proxmox.com/git/pve-firewall
synced 2025-08-16 06:02:36 +00:00
12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
[OPTIONS]
|
|
|
|
enable: 1
|
|
|
|
[RULES]
|
|
|
|
# rule with dport but missing protocol - should be ignored
|
|
IN ACCEPT -dport 80
|
|
# correct rule
|
|
IN ACCEPT -p tcp -dport 82
|
|
|