[pve-devel] [PATCH proxmox-firewall] config: macros: add SPICEproxy macro

Stefan Hanreich s.hanreich at proxmox.com
Thu Apr 25 19:16:01 CEST 2024


Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
 proxmox-ve-config/resources/macros.json | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/proxmox-ve-config/resources/macros.json b/proxmox-ve-config/resources/macros.json
index 67e1d89..2fcc0fb 100644
--- a/proxmox-ve-config/resources/macros.json
+++ b/proxmox-ve-config/resources/macros.json
@@ -735,6 +735,15 @@
     ],
     "desc": "Spam Assassin SPAMD traffic"
   },
+  "SPICEproxy": {
+    "code": [
+      {
+        "dport": "3128",
+        "proto": "tcp"
+      }
+    ],
+    "desc": "Proxmox VE SPICE display proxy traffic"
+  },
   "SSH": {
     "code": [
       {
-- 
2.39.2




More information about the pve-devel mailing list