https://github.com/daedalus/simple-doh-proxy
A simple DNS over HTTPS proxy
https://github.com/daedalus/simple-doh-proxy
dns doh https proxy rfc-8484 tls
Last synced: 10 months ago
JSON representation
A simple DNS over HTTPS proxy
- Host: GitHub
- URL: https://github.com/daedalus/simple-doh-proxy
- Owner: daedalus
- Created: 2019-07-05T21:20:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T15:27:30.000Z (almost 2 years ago)
- Last Synced: 2024-02-01T17:17:31.986Z (almost 2 years ago)
- Topics: dns, doh, https, proxy, rfc-8484, tls
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-DoH-proxy
A simple DNS over HTTPS proxy https://datatracker.ietf.org/doc/rfc8484/
```
git clone https://github.com/daedalus/simple-DoH-proxy
sudo python simple-DoH-proxy/DoHProxy.py 1.1.1.1
```
On a separate screen:
```
nslookup
> server 127.0.0.1
> example.com
```