forked from spinesystemspublic/documentation
Update dns-over-https.md
This commit is contained in:
+1
-1
@@ -84,5 +84,5 @@ dig +short dns9.quad9.net A | xargs -n1 ipset add dohservers
|
|||||||
|
|
||||||
# Here goes other ipset stuff and maybe iptables rules...
|
# 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
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user