Code Monkey home page Code Monkey logo

dnsleaktest's Introduction

Dns Leak Test

The test shows DNS leaks and your external IP. If you use the same ASN for DNS and connection - you have no leak, otherwise here might be a problem.

How to install & use Bash Version

Please, before use make sure you have curl, ping and jq installed.

Linux

  1. Download dnsleaktest.sh
wget https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.sh
chmod +x dnsleaktest.sh
  1. Run dnsleaktest.sh
./dnsleaktest.sh

macOS

  1. Download dnsleaktest.sh
curl https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.sh -o dnsleaktest.sh
chmod +x dnsleaktest.sh
  1. Run dnsleaktest.sh
./dnsleaktest.sh

How to install & use Python Version

Linux

  1. Download dnsleaktest.py
wget https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.py
chmod +x dnsleaktest.py
  1. Run dnsleaktest.py
./dnsleaktest.py

Windows

  1. Download dnsleaktest.bat
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.bat', 'dnsleaktest.bat') }"
  1. Run dnsleaktest.bat
dnsleaktest.bat

macOS

  1. Download dnsleaktest.py
curl https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.py -o dnsleaktest.py
chmod +x dnsleaktest.py
  1. Run dnsleaktest.py
./dnsleaktest.py

How to build & use Golang Version

You can use prebuilt executable binary for Linux, MacOs or Windows created by travis-ci.org:

Linux

  1. Download dnsleaktest v1.2
chmod +x dnsleaktest
  1. Run dnsleaktest
./dnsleaktest

Windows

  1. Download dnsleaktest.exe v1.2

  2. Run dnsleaktest.exe, open cmd then navigate to the exe file

dnsleaktest.exe

macOS

  1. Download dnsleaktest v1.2
chmod +x dnsleaktest
  1. Run dnsleaktest
./dnsleaktest

Or build binaries in your machine

  1. Linux
GOOS=linux GOARCH=386 go build -o dnsleaktest dnsleaktest.go

  1. MacOS
GOOS=linux GOARCH=386 go build -o dnsleaktest dnsleaktest.go
  1. Windows
GOOS=windows GOARCH=386 go build -o dnsleaktest.exe dnsleaktest.go

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.