Update dns-over-https.md

This commit is contained in:
2025-03-28 09:39:40 +00:00
parent 491edb0e68
commit 668d44e673
+1 -1
View File
@@ -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
```