]> git.proxmox.com Git - pve-manager-legacy.git/commit
fix #417: proxy: allow settnig LISTEN_IP for pveproxy and spiceproxy
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 22 Mar 2021 14:00:44 +0000 (15:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Apr 2021 15:13:45 +0000 (17:13 +0200)
commitfc087ec2b924dc9c72d3bf80face8a1731c15405
tree85b9eea3abce1c36e9cd4bfda628ef9ca5f2dad9
parentb284913e8259500cb8c7583a232681df1a315239
fix #417: proxy: allow settnig LISTEN_IP for pveproxy and spiceproxy

The $host variable is set to "::0" by default to listen on wildcard
(with 'Domain' => PF_INET6).

If 'LISTEN_IP' is defined in /etc/default/pveproxy, that IP will be used
instead.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
PVE/Service/pveproxy.pm
PVE/Service/spiceproxy.pm