File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ No configuration. Use `filter_config: {}`.
8383
8484## Manual testing
8585
86- End-to-end test with docker-compose. I recommend using a clean linux VM for this.
86+ End-to-end test with docker-compose.
8787
8888Create the following files:
8989
@@ -235,7 +235,7 @@ static_resources:
235235 do_not_close : true
236236 filter_name : cache_lookup
237237 filter_config : {}
238- # IMPORTANT! Setting an upstream cluster directly in TCP proxy config with FILTER_STATE(...)
238+ # Setting an upstream cluster directly in the TCP proxy tunneling config with FILTER_STATE(...)
239239 # is not supported. Instead, write the value of FILTER_STATE(...) to 'envoy.tcp_proxy.cluster'
240240 - name : envoy.filters.network.set_filter_state
241241 typed_config :
@@ -312,7 +312,6 @@ dig github.com
312312
313313# Will reach cluster_1
314314curl http://s3.aws.com./
315- # Note that the trailing dot is necessary, Coder might try and append extra parts to the domain because of ndots funkiness
316315
317316# Will reach cluster_2
318317curl http://example.com./
You can’t perform that action at this time.
0 commit comments