mirror of
https://git.proxmox.com/git/pve-firewall
synced 2025-08-07 14:46:03 +00:00
4 lines
205 B
Plaintext
4 lines
205 B
Plaintext
{ from => 'outside', to => 'host', dport => 80, action => 'DROP' }
|
|
{ from => 'outside', to => 'vm100', dport => 80, action => 'DROP' }
|
|
{ from => 'outside', to => 'vm100', dport => 82, action => 'ACCEPT' }
|