mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
# Block all DNS traffic
|
|
block return out proto { tcp, udp } to port 53 flags any no state
|
|
|
|
# Allow our DNS servers
|
|
table <dnsaddr> {}
|
|
pass out proto { tcp, udp } to <dnsaddr> port 53 flags any no state
|
|
|