Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
macvk committed Jun 7, 2021
1 parent aafcd91 commit 23352a0
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 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
## Linux & macOS

Please, before use make sure you have `curl` and `ping` installed.
### How to install & use Bash Version

### Linux & macOS
Please, before use make sure you have `curl` and `ping` installed.

1. Download dnsleaktest.sh
```
Expand All @@ -21,12 +21,7 @@ chmod +x dnsleaktest.sh
./dnsleaktest.sh
```


-----------------------------------------------------

## How to install & use Python Version

### Linux & macOS
### How to install & use Python Version

1. Download dnsleaktest.py
```
Expand All @@ -42,7 +37,11 @@ chmod +x dnsleaktest.py
./dnsleaktest.py
```

### Windows
-----------------------------------------------------

## Windows

### How to install & use batch file

1. Download dnsleaktest.bat

Expand All @@ -55,8 +54,6 @@ powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://raw.gi
dnsleaktest.bat
```



-----------------------------------------------------

## How to build & use Golang Version
Expand Down

0 comments on commit 23352a0

Please sign in to comment.