5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-01-07 21:17:59 +03:00

macros: s/SPICE/SPICEproxy/

while I'm still a bit on the edge about the usefulness of this macro,
it should better convey for what it is, as SPICE itself doesn't
really have a direct port (in PVE that is), but all runs through our
spiceproxy, so name the macro that way.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-09-12 17:22:39 +02:00
parent b3b7974f9a
commit 0b8ac6616f

View File

@ -494,8 +494,8 @@ my $pve_fw_macros = {
{ action => 'PARAM', proto => '41' },
{ action => 'PARAM', proto => 'udp', dport => '5072,8374' },
],
'SPICE' => [
"SPICE display proxy traffic",
'SPICEproxy' => [
"Proxmox VE SPICE display proxy traffic",
{ action => 'PARAM', proto => 'tcp', dport => '3128' },
],
'Squid' => [