{"id":13587596,"url":"https://github.com/macvk/dnsleaktest","last_synced_at":"2025-04-07T22:31:25.035Z","repository":{"id":36989410,"uuid":"138154750","full_name":"macvk/dnsleaktest","owner":"macvk","description":"An open source script tests VPN connection for DNS Leak.","archived":false,"fork":false,"pushed_at":"2024-03-07T20:21:17.000Z","size":34,"stargazers_count":450,"open_issues_count":2,"forks_count":54,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-06T06:41:13.239Z","etag":null,"topics":["dns","dns-server","leak-detection","security","vpn"],"latest_commit_sha":null,"homepage":"https://bash.ws/dnsleak","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macvk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-21T10:18:13.000Z","updated_at":"2024-11-04T12:26:46.000Z","dependencies_parsed_at":"2024-03-07T21:29:37.323Z","dependency_job_id":"4395a7c4-2716-4d25-9229-f3767d03ed9e","html_url":"https://github.com/macvk/dnsleaktest","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvk%2Fdnsleaktest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvk%2Fdnsleaktest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvk%2Fdnsleaktest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macvk%2Fdnsleaktest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macvk","download_url":"https://codeload.github.com/macvk/dnsleaktest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247740778,"owners_count":20988267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dns","dns-server","leak-detection","security","vpn"],"created_at":"2024-08-01T15:06:16.856Z","updated_at":"2025-04-07T22:31:24.696Z","avatar_url":"https://github.com/macvk.png","language":"Shell","funding_links":[],"categories":["Shell","Go"],"sub_categories":[],"readme":"# Dns Leak Test\nThe 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.\n\n## Linux \u0026 macOS \n\n### How to install \u0026 use Bash Version\n\nPlease, before use make sure you have `curl` and `ping` installed.\n\n1. Download dnsleaktest.sh\n```\ncurl https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.sh -o dnsleaktest.sh\n```\n\n```\nchmod +x dnsleaktest.sh\n```\n\n2. Run dnsleaktest.sh\n```\n./dnsleaktest.sh\n```\n\n### How to install \u0026 use Python Version\n\n1. Download dnsleaktest.py\n```\ncurl https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.py -o dnsleaktest.py\n```\n\n```\nchmod +x dnsleaktest.py\n```\n\n2. Run dnsleaktest.py\n```\n./dnsleaktest.py\n```\n\n-----------------------------------------------------\n\n## Windows\n\n### How to install \u0026 use batch file\n\n1. Download dnsleaktest.bat\n\n```\npowershell -command \"\u0026 { (New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.bat', 'dnsleaktest.bat') }\"\n```\n\n2. Run dnsleaktest.bat\n```\ndnsleaktest.bat\n```\n\n-----------------------------------------------------\n\n## How to build \u0026 use Golang Version                                                                                  \n\nYou can use prebuilt executable binary for Linux, MacOs or Windows [created by travis-ci.org](https://github.com/macvk/dnsleaktest/releases/):\n\n### Linux \u0026 macOS\n\n1. Download [dnsleaktest v1.3](https://github.com/macvk/dnsleaktest/releases/download/v1.3/dnsleaktest)\n\n```\nchmod +x dnsleaktest\n```\n\n2. Run dnsleaktest\n```\n./dnsleaktest\n```\n\n### Windows\n\n1. Download [dnsleaktest.exe v1.3](https://github.com/macvk/dnsleaktest/releases/download/v1.3/dnsleaktest.exe)\n\n2. Run dnsleaktest.exe, \nopen cmd then navigate to the exe file\n```\ndnsleaktest.exe\n```\n\n\n\n### Or build binaries in your machine \n\n1. Linux \u0026 macOS\n```\nGOOS=linux GOARCH=386 go build -o dnsleaktest dnsleaktest.go\n\n```\n2. Windows\n\n```\nGOOS=windows GOARCH=386 go build -o dnsleaktest.exe dnsleaktest.go\n\n```\n\n## How to run from Docker\n\nIt is possible to run the Python version using Docker with the following one-liner:\n\n```\ndocker run python:alpine sh -c 'wget -q -O- https://raw.githubusercontent.com/macvk/dnsleaktest/master/dnsleaktest.py | python'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacvk%2Fdnsleaktest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacvk%2Fdnsleaktest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacvk%2Fdnsleaktest/lists"}