https://github.com/mdp/dns_leak_server
The counter party to dns_leak
https://github.com/mdp/dns_leak_server
Last synced: 11 months ago
JSON representation
The counter party to dns_leak
- Host: GitHub
- URL: https://github.com/mdp/dns_leak_server
- Owner: mdp
- Created: 2014-05-26T02:14:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T22:50:29.000Z (about 12 years ago)
- Last Synced: 2025-01-23T12:15:21.937Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DNS Leak Server
- Uses Docker to run safely in a container on port 53
### Usage
git clone git@github.com:mdp/dns_leak_server.git
cd dns_leak_server
sudo docker build -t /dns_leak_server .
sudo docker run -p 53:5353/udp -e NS="ns.yourserver.com" -d /dns_leak_server