👨‍🏫 Tutorial How to setup dns using termux (rooted)

GAROTO

𝕾𝖍𝖆𝖗𝖊 𝖄𝖔𝖚𝖗 𝕭𝖑𝖊𝖘𝖘𝖎𝖓𝖌

Pwd nio din gamitin mga public DNS dito test nio lang kung ano mag mas stable dyan
You do not have permission to view the full content of this post. Log in or register now.

You do not have permission to view the full content of this post. Log in or register now.


Gamit ko pldt dns
1000009049.png

Using iptable command

su

iptables -t nat -A OUTPUT -p tcp --dport 53 -j DNAT --to-destination 1.1.1.1:53
iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 1.1.1.1:53
iptables -t nat -D OUTPUT -p tcp --dport 53 -j DNAT --to-destination 1.1.1.1:53 || true
iptables -t nat -D OUTPUT -p udp --dport 53 -j DNAT --to-destination 1.1.1.1:53 || true
iptables -t nat -I OUTPUT -p tcp --dport 53 -j DNAT --to-destination 1.1.1.1:53
iptables -t nat -I OUTPUT -p udp --dport 53 -j DNAT --to-destination 1.1.1.1:53


 

Similar threads

About this Thread

  • 3
    Replies
  • 1K
    Views
  • 4
    Participants
Last reply from:
vicvic030709

Online now

Members online
1,277
Guests online
4,177
Total visitors
5,454

Forum statistics

Threads
2,323,642
Posts
29,220,828
Members
1,174,169
Latest member
obalteen
Back
Top