EN10 / DNStunnel

DNS Tunnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS Tunnel

Based on VPN-over-DNS

Install

sudo cpan
install Net::DNS
exit

One Time Login:

perl vpnoverdns.pl -i username password

Per Session ?

export http_proxy=http://localhost:8080

Run

perl vpnoverdns.pl -L 8080:127.0.0.1:3128

In another terminal:

lynx http://www.bbc.co.uk/news

Notes

lynx a light weight text based browser

About

DNS Tunnel


Languages

Language:Perl 100.0%