Jump to content

Recommended Posts

Posted

True online uses transparent proxy so DNS based unblockers won't work.

You have to use a vpn first, then you can add dns proxy or just use a USA vpn to watch any non-netflix content.

 

there are $23 usd mini routers from gl-inet company in China that supports openvpn and can serve internet with always vpn-on to your Apple TV easily.

 

  • 2 months later...
Posted (edited)

Some ISPs (Internet Service Provider, including TRUE Internet) uses Transparent DNS Proxy which causes Smart DNS Proxy not to work. 

Transparent DNS Proxy is used by the ISPs to intercept DNS lookup requests (TCP/UDP port 53) and transparently proxy these data packets to their DNS servers. Unfortunately this forces your PC/Mac/Modem/Router to use your ISPs DNS service rather than Smart DNS Proxy.

If you have a DD-WRT router or any other router uses Linux OS you can bypass your ISP's Transparent DNS proxy using your routers custom firewall rules. This way our DNS servers will run on different TC/UDP port.

In order to do this, please follow these steps:

1. Log in to your DD-WRT router and and select Setup and then Basic Setup.

2. Scroll down to Network Address Server Settings (DHCP) and Enable DHCP.

3. Change Static DNS 1 to 8.8.8.8. Change Static DNS 2 to 8.8.4.4.

4. Disable Use DNSMasq for DNS. 
Scroll down and Click on Apply Settings.

5. On your DD-WRT control panel, select ADMINISTRATION from the top right section. Then Select Commands from the tabs below.

6. Paste Followings to the Commands Shell > Commands section.

iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 23.21.43.50:1512
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 54.229.171.243:1512
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 23.21.43.50:1512
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 54.229.171.243:1512

7. Click on Save Startup. If needed Paste the above code again and then Click on Save Firewall.

Reboot your router and then every device connected to your dd-wrt router will be benefiting from Smart DNS Proxy even though your ISP does transparent DNS lookups.

 

23.21.43.50 and 54.229.171.243 are DNS servers given to you by your SmartDNS supplier.

 

It is a little bit complicated but worth trying if you use DD-WRT routers.

 

Good luck. 
 

Edited by uheuhe
23.21.43.50 and 54.229.171.243 should be substituted with DNS servers given to you by your SmartDNS supplier.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.



×
×
  • Create New...