mirror of
git://git.proxmox.com/git/pve-firewall.git
synced 2025-01-07 21:17:59 +03:00
fix #4018: add firewall macro for SPICE
uses port 3128 (same as squid) although it's enabled by default for the "management" ipset, it doesn't hurt to add it in there. Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
parent
dd559e8af8
commit
b3b7974f9a
@ -494,6 +494,10 @@ my $pve_fw_macros = {
|
||||
{ action => 'PARAM', proto => '41' },
|
||||
{ action => 'PARAM', proto => 'udp', dport => '5072,8374' },
|
||||
],
|
||||
'SPICE' => [
|
||||
"SPICE display proxy traffic",
|
||||
{ action => 'PARAM', proto => 'tcp', dport => '3128' },
|
||||
],
|
||||
'Squid' => [
|
||||
"Squid web proxy traffic",
|
||||
{ action => 'PARAM', proto => 'tcp', dport => '3128' },
|
||||
|
Loading…
Reference in New Issue
Block a user