DNS Tunnel

Simple scripts for running an automated DNS Tunnel system.


Project maintained by maxexcloo Hosted on GitHub Pages — Theme by mattgraham

Introduction

DNS Tunnel is a simple set of scripts to automate the setup and maintenance of a DNS Tunnel system. Use cases include proxying country restricted services such as Netflix or bypassing censorship.

Requirements

Setup

For example:
https://gist.githubusercontent.com/maxexcloo/10565742/raw/7be4e1bd240341786011545363cf1604bc929495/host
Becomes:
https://gist.githubusercontent.com/maxexcloo/10565742/raw/
wget https://raw.githubusercontent.com/maxexcloo/DNS-Tunnel/master/install.sh
bash install.sh NOTEDGISTURLHERE
dnstun NOTEDGISTURLHERE

Credits

This project would not be possible without the excellent dnsmasq and sniproxy projects. Credit must also go to the Tunlr Clone documentation as it was instrumental in guiding me with setup.

Support

Feel free to post any issues you find in the project issue tracker and I'll attempt to work through it with you. Pull requests are also very welcome!