We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b67f16 commit f8d0aa2Copy full SHA for f8d0aa2
1 file changed
rust/src/dns_gateway/README.md
@@ -12,8 +12,6 @@ Requires iptables/nftables rules to redirect application traffic to Envoy:
12
- **DNS**: UDP port 53 redirected to Envoy's DNS listener (e.g. port 15053)
13
- **TCP**: Outbound connections redirected to Envoy's TCP listener (e.g. port 15001)
14
15
-See [`connectivity-iptables`](../../../../../connectivity-iptables) for setup scripts.
16
-
17
## How it works
18
19
1. **`dns_gateway`** (UDP listener filter) — Intercepts DNS queries. If the queried domain matches
0 commit comments