diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-01 20:18:08 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-01 20:18:08 +0000 |
commit | 53884ec00adf7fa7e8a62b41b589a95892d34b2b (patch) | |
tree | 8b8208bc6b3358c4ceb417c722e0143cad41a29d /gmid.1 | |
parent | 593e412b4988ca8b72bb7ef9b1cc663cb1184215 (diff) |
document use-tls
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -452,6 +452,9 @@ Relay the request to the given at the given .Ar port .Pq 1965 by default. +.It Ic use-tls Ar bool +Specify whether to use TLS when connecting to the proxied host. +Enabled by default. .It Ic verifyname Ar bool Enable or disable the TLS server name verification .Pq enabled by default. |