projects
/
projets
/
cm-custom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
switch from quad9 to cloudflare
[projets/cm-custom.git]
/
dist-std
/
cm-data
/
oem-iptables-init.sh
1
#!/system/bin/sh
2
3
export PATH=/system/bin
4
5
iptables -t nat -A OUTPUT ! -o tun0 -p udp --dport 53 -j DNAT --to-destination 1.1.1.1
6
iptables -t nat -A OUTPUT ! -o tun0 -p tcp --dport 53 -j DNAT --to-destination 1.1.1.1
7