Skip to content

Commit c558927

Browse files
committed
readme cleanup
Signed-off-by: Gal Ovadia <ggalovadia@gmail.com>
1 parent a754a41 commit c558927

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

rust/src/dns_gateway/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

8888
Create 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
314314
curl 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
318317
curl http://example.com./

0 commit comments

Comments
 (0)