From a3b4a546c49c80cc97bfc89a6149ce2e2e01b563 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 28 Apr 2021 15:42:24 +0200 Subject: [PATCH] pveproxy: fix syntax for snippets/commands and two typos Signed-off-by: Thomas Lamprecht --- pveproxy.adoc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pveproxy.adoc b/pveproxy.adoc index 08c5f63..2a5ce0e 100644 --- a/pveproxy.adoc +++ b/pveproxy.adoc @@ -69,11 +69,15 @@ be configured on the system. This can be used to listen only to an internal interface and thus have less exposure to the public internet: - LISTEN_IP="192.0.2.1" +---- +LISTEN_IP="192.0.2.1" +---- -Similarly you can also set a n IPv6 address: +Similarly, you can also set an IPv6 address: - LISTEN_IP="2001:db8:85a3::1" +---- +LISTEN_IP="2001:db8:85a3::1" +---- WARNING: The nodes in a cluster need access to `pveproxy` for communication, possibly on different sub-nets. It is **not recommended** to set `LISTEN_IP` on