We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bf1ce commit 39885d7Copy full SHA for 39885d7
internal/xdscache/v3/listener.go
@@ -671,6 +671,6 @@ func proxyProtocol(useProxy bool) []*envoy_config_listener_v3.ListenerFilter {
671
return nil
672
}
673
674
-func secureProxyProtocol(useProxy bool, enableTLSFingerprinting bool) []*envoy_config_listener_v3.ListenerFilter {
+func secureProxyProtocol(useProxy, enableTLSFingerprinting bool) []*envoy_config_listener_v3.ListenerFilter {
675
return append(proxyProtocol(useProxy), envoy_v3.TLSInspector(enableTLSFingerprinting))
676
0 commit comments