From 7266fc2d97e4b063f61e30a53957442b2cfedbec Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Fri, 22 Feb 2019 19:52:00 +0100 Subject: [PATCH] Add short comment about users of read_proxy_config Signed-off-by: Stoiko Ivanov --- PVE/APIServer/Utils.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/APIServer/Utils.pm b/PVE/APIServer/Utils.pm index 36b9c1f..e843e5f 100644 --- a/PVE/APIServer/Utils.pm +++ b/PVE/APIServer/Utils.pm @@ -5,6 +5,8 @@ use warnings; use Net::IP; +# all settings are used for pveproxy and pmgproxy +# the ALLOW/DENY/POLICY is also used by spiceproxy sub read_proxy_config { my ($proxy_name) = @_;