]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/Firewall.pm
fix #4018: add firewall macro for SPICE
[pve-firewall.git] / src / PVE / Firewall.pm
index 56868d4326228f5dc6b8350bcb41e98f783db7dc..96149c5bc5f56690787f3573192794ee0ba17b76 100644 (file)
@@ -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' },