mirror of
https://git.proxmox.com/git/pve-firewall
synced 2025-08-11 00:45:04 +00:00
3 lines
206 B
Plaintext
3 lines
206 B
Plaintext
{ from => 'outside', to => 'vm100', dport => 443, action => 'DROP' }
|
|
{ from => 'outside', to => 'vm100', dport => 80, action => 'ACCEPT' }
|
|
{ from => 'outside', to => 'vm100', dport => 81, action => 'DROP' } |