From 2253218910b7204b68ab107bf41c7eb9f92105e8 Mon Sep 17 00:00:00 2001 From: frauseo <42417937+frauseo@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:15:58 +0100 Subject: [PATCH] Update vdiclient.ini.example Add example should the hostname not be resolved --- vdiclient.ini.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vdiclient.ini.example b/vdiclient.ini.example index 4ff365f..db07620 100644 --- a/vdiclient.ini.example +++ b/vdiclient.ini.example @@ -87,6 +87,9 @@ tls_verify = false # 1. Use the inidebug and read the current proxy=pve1.example.com:3128 # 2. Add your proxmox ip to the right side e.g. 123.123.123.123:6000 pve1.example.com:3128 = 123.123.123.123:6000 +# If there is a DNS resolving issue (Error resolving "pve1.example.com": Name or service not known) +# resolve the hostname of proxmox on the left and corisponding ip on the right: +#pve1.example.com:3128 = 10.10.10.100:3128 #[AdditionalParameters] # If you wish to define additional parameters to pass to virt-viewer you may define them here