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