---
title: ALPN filter for overriding ALPN for upstream TLS connections.
layout: protoc-gen-docs
generator: protoc-gen-docs
number_of_entries: 3
---
FilterConfig
FilterConfig is the config for Istio-specific filter.
Field |
Type |
Description |
Required |
alpn_override |
AlpnOverride[] |
Map from upstream protocol to list of ALPN
|
No
|
FilterConfig.AlpnOverride
Field |
Type |
Description |
Required |
upstream_protocol |
Protocol |
Upstream protocol
|
No
|
alpn_override |
string[] |
A list of ALPN that will override the ALPN for upstream TLS connections.
|
No
|
FilterConfig.Protocol
Upstream protocols
Name |
Description |
HTTP10 |
|
HTTP11 |
|
HTTP2 |
|