Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions configs/envoyproxy_io_proxy_http3_downstream.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# An example config which accepts HTTP/3 and forwarads the requests upstream over TCP.
# This includes a TCP listener which advertises that HTTP/3 is available via the alt-svc header
admin:
address:
socket_address:
Expand All @@ -18,13 +19,12 @@ static_resources:
name: envoy.transport_sockets.tls
typed_config:
"@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext
downstream_tls_context:
common_tls_context:
tls_certificates:
- certificate_chain:
filename: certs/servercert.pem
private_key:
filename: certs/serverkey.pem
common_tls_context:
tls_certificates:
- certificate_chain:
filename: certs/servercert.pem
private_key:
filename: certs/serverkey.pem
filters:
- name: envoy.filters.network.http_connection_manager
typed_config:
Expand All @@ -49,8 +49,6 @@ static_resources:
http3_protocol_options:
http_filters:
- name: envoy.filters.http.router

listeners:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep @mk46 this was what i meant by removing the second listener - just the line - not all of it

- name: listener_udp
address:
socket_address:
Expand Down