[pve-devel] [PATCH pve-cluster] docs: update http_proxy option description
Hannes Laimer
h.laimer at proxmox.com
Wed Feb 28 12:24:12 CET 2024
Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
src/PVE/DataCenterConfig.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/DataCenterConfig.pm b/src/PVE/DataCenterConfig.pm
index c80872c..1f1291c 100644
--- a/src/PVE/DataCenterConfig.pm
+++ b/src/PVE/DataCenterConfig.pm
@@ -343,7 +343,7 @@ my $datacenter_schema = {
http_proxy => {
optional => 1,
type => 'string',
- description => "Specify external http proxy which is used for downloads (example: 'http://username:password\@host:port/')",
+ description => "Specify external http proxy which is used for downloads and ACME DNS-Challenges (example: 'http://username:password\@host:port/')",
pattern => "http://.*",
},
# FIXME: remove with 8.0 (add check to pve7to8!), merged into "migration" since 4.3
--
2.39.2
More information about the pve-devel
mailing list