From 2efe5cd0e3ef25b078d176cd3648cd1c048a1ee5 Mon Sep 17 00:00:00 2001 From: incoggnito <44142874+incoggnito@users.noreply.github.com> Date: Fri, 13 May 2022 15:53:37 +0200 Subject: [PATCH] More documentation on proxy --- vdiclient.ini.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vdiclient.ini.example b/vdiclient.ini.example index 44a8780..7617c0d 100644 --- a/vdiclient.ini.example +++ b/vdiclient.ini.example @@ -34,4 +34,6 @@ pve1.example.com = 8006 [SpiceProxyRedirect] # The Spice Proxy provided by the Proxmox API may need to have it's host/port rewritten # These rewrite rules are written `IP:port = IP:port` -pve1.example.com:3128 = 123.123.123.123:6000 \ No newline at end of file +# 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