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