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
2 changes: 0 additions & 2 deletions rust/src/dns_gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Requires iptables/nftables rules to redirect application traffic to Envoy:
- **DNS**: UDP port 53 redirected to Envoy's DNS listener (e.g. port 15053)
- **TCP**: Outbound connections redirected to Envoy's TCP listener (e.g. port 15001)

See [`connectivity-iptables`](../../../../../connectivity-iptables) for setup scripts.

## How it works

1. **`dns_gateway`** (UDP listener filter) — Intercepts DNS queries. If the queried domain matches
Expand Down
Loading