|
5 years ago | |
---|---|---|
.circleci | 5 years ago | |
.gitignore | 5 years ago | |
.pre-commit-config.yaml | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
dnsrewriteproxy.py | 5 years ago | |
setup.py | 5 years ago | |
test.py | 5 years ago |
A DNS proxy server that conditionally rewrites and filters A record requests
from dnsrewriteproxy import DnsProxy
start = DnsProxy()
# Proxy is running, accepting UDP requests on port 53
stop = await start()
# Stopped
await stop()