]> git.proxmox.com Git - pve-http-server.git/commitdiff
Add short comment about users of read_proxy_config
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 22 Feb 2019 18:52:00 +0000 (19:52 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Feb 2019 06:05:33 +0000 (07:05 +0100)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/APIServer/Utils.pm

index 36b9c1fa27077dd486125b3b766f7b0570b9dcdd..e843e5ff95b81daacbe39710b661d4dbe09b1227 100644 (file)
@@ -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) = @_;