fix 3296: add http_proxy to node config, and provide a cli

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dylan Whyte
2021-05-07 12:53:00 +02:00
committed by Dietmar Maurer
parent 2732c47466
commit 72e311c6b2
4 changed files with 80 additions and 1 deletions

View File

@ -352,6 +352,7 @@ fn main() {
.insert("disk", disk_commands())
.insert("dns", dns_commands())
.insert("network", network_commands())
.insert("node", node_commands())
.insert("user", user_commands())
.insert("remote", remote_commands())
.insert("garbage-collection", garbage_collection_commands())