Skip to content

Commit 4d3aa3d

Browse files
authored
README cleanup for dns_gateway dynamic module (#59)
Removed reference to iptables setup script, the relevant iptables commands are already in the README further down Signed-off-by: Gal <102482702+ovadiagal@users.noreply.github.com>
1 parent 1b67f16 commit 4d3aa3d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rust/src/dns_gateway/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Requires iptables/nftables rules to redirect application traffic to Envoy:
1212
- **DNS**: UDP port 53 redirected to Envoy's DNS listener (e.g. port 15053)
1313
- **TCP**: Outbound connections redirected to Envoy's TCP listener (e.g. port 15001)
1414

15-
See [`connectivity-iptables`](../../../../../connectivity-iptables) for setup scripts.
16-
1715
## How it works
1816

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

0 commit comments

Comments
 (0)