[pve-devel] [PATCH http-server 3/4] Add short comment about users of read_proxy_config

Stoiko Ivanov s.ivanov at proxmox.com
Fri Feb 22 19:52:00 CET 2019


Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 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) = @_;
 
-- 
2.11.0





More information about the pve-devel mailing list