:::cs
=== About
>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.

[!ref icon="link" text="Homepage"](https://bash.ws/dnsleak)
[!ref icon="git-branch" text="Github Repo"](https://github.com/macvk/dnsleaktest)
[!ref icon="git-branch" text="Gitea Mirror"](https://git.fuw.app/beeble/dnsleaktest)  

===
## Installation and Usage

Download the script:  
~~~bash
curl https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.sh -o dnsleaktest.sh
~~~

Make it executable:  
~~~bash
chmod u+x dnsleaktest.sh
~~~

Run it:  
~~~sh
./dnsleaktest.sh
~~~

~~~sh
# Example output
Your IP:
10.1.0.42 [Atlantis, Fake Inet Corp.]

You use 1 DNS server:
10.1.0.1 [Atlantis, Fake Inet Corp.]

Conclusion:
DNS is not leaking.
~~~
:::
