From 1f760e5d9b7977be3a38dfe570de366732ad9064 Mon Sep 17 00:00:00 2001 From: Jack Wink <57678801+mothershipper@users.noreply.github.com> Date: Thu, 23 Sep 2021 14:48:59 -0700 Subject: [PATCH] docs: update reference --- docs/reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference.md b/docs/reference.md index 5886dca..0b5f8e9 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -96,7 +96,9 @@ upstream_proxies: deployment: rds-auth-proxy # The namespace of your server proxy namespace: rds-auth-proxy - # The local port to bind our connection to + # Optional, the local port for the port-forward tunnel + # if not specified, a random unused port will be used. If you have + # multiple upstream proxies, leave this unset! local_port: 8000 # The remote port of the proxy remote_port: 8000