From 668d44e6731f3fb3af813b097b405f28b90182eb Mon Sep 17 00:00:00 2001 From: nuclearcat Date: Fri, 28 Mar 2025 09:39:40 +0000 Subject: [PATCH] Update dns-over-https.md --- dns-over-https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns-over-https.md b/dns-over-https.md index 48201d4..a1a6570 100644 --- a/dns-over-https.md +++ b/dns-over-https.md @@ -84,5 +84,5 @@ dig +short dns9.quad9.net A | xargs -n1 ipset add dohservers # Here goes other ipset stuff and maybe iptables rules... -iptables -t nat -A PREROUTING -p tcp --dport 53 -m set --match-set dohservers dst -j DNAT --to-destination 10.0.100.6:443 +iptables -t nat -A PREROUTING -p tcp --dport 443 -m set --match-set dohservers dst -j DNAT --to-destination 10.0.100.6:443 ``` \ No newline at end of file