You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of Hitch doesn't allow CLI flags like --write-proxy-v2 to accept on/off values.
It would be nice to set the following:
--write-proxy-v2=off
Although you could consider omitting this CLI flag from the command to disable this feature, this doesn't work if the feature was enabled in the hitch.conf file.
This shouldn't be a backwards compatibility break, because the original value --write-proxy-v2 will still work.
The desired outcome is to be able to set both on and off for any CLI option that doesn't yet accept values:
--tls
--ssl
--client
--quiet
--syslog
--daemon
--write-ip
--write-proxy-v1
--write-proxy-v2
--write-proxy
--write-proxy-proxy
--sni-nomatch-abort
The text was updated successfully, but these errors were encountered:
The current implementation of Hitch doesn't allow CLI flags like
--write-proxy-v2
to accepton/off
values.It would be nice to set the following:
This shouldn't be a backwards compatibility break, because the original value
--write-proxy-v2
will still work.The desired outcome is to be able to set both
on
andoff
for any CLI option that doesn't yet accept values:--tls
--ssl
--client
--quiet
--syslog
--daemon
--write-ip
--write-proxy-v1
--write-proxy-v2
--write-proxy
--write-proxy-proxy
--sni-nomatch-abort
The text was updated successfully, but these errors were encountered: