From 1fecae7b5da835c8d38ade79813ab5785215b393 Mon Sep 17 00:00:00 2001 From: Guillaume Castagnino Date: Tue, 8 Sep 2020 21:58:36 +0200 Subject: [PATCH] switch from quad9 to cloudflare --- dist-std/cm-data/oem-iptables-init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist-std/cm-data/oem-iptables-init.sh b/dist-std/cm-data/oem-iptables-init.sh index 6ddf7c1..bea66a6 100755 --- a/dist-std/cm-data/oem-iptables-init.sh +++ b/dist-std/cm-data/oem-iptables-init.sh @@ -2,6 +2,6 @@ export PATH=/system/bin -iptables -t nat -A OUTPUT ! -o tun0 -p udp --dport 53 -j DNAT --to-destination 9.9.9.9 -iptables -t nat -A OUTPUT ! -o tun0 -p tcp --dport 53 -j DNAT --to-destination 9.9.9.9 +iptables -t nat -A OUTPUT ! -o tun0 -p udp --dport 53 -j DNAT --to-destination 1.1.1.1 +iptables -t nat -A OUTPUT ! -o tun0 -p tcp --dport 53 -j DNAT --to-destination 1.1.1.1 -- 2.30.0