mirror of
https://github.com/joshpatten/PVE-VDIClient.git
synced 2024-11-10 09:12:43 +08:00
Update vdiclient.ini.example
Add example should the hostname not be resolved
This commit is contained in:
parent
6d250faed5
commit
2253218910
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue