https://github.com/initdc/doh-proxy
https://github.com/initdc/doh-proxy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/initdc/doh-proxy
- Owner: initdc
- License: mit
- Created: 2021-03-08T21:48:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T23:25:52.000Z (about 5 years ago)
- Last Synced: 2025-01-20T23:48:34.299Z (about 1 year ago)
- Language: Go
- Size: 3.64 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# doh - proxy
> Write in go, lightweight and flexible
> ! This project is still developing...
---
## Quickstart
```console
docker run -dp 80:80 initdc/doh-proxy
```
## Config
This project developed with dns.google doh service as a template.
it has some `ENV` variable you can custom
```console
UPSTREAM for upstream, default: dns.google
UPPATH for upstream dns query path, dns-query
PATH1 server listen path1, query
PATH2 server listen path2, resolve
QUERY upstream path for /query listening
RESOVLE upstream path for /resolve listening
```
## Licence
MIT