├── .gitignore ├── Dockerfile ├── README.md └── main.go /.gitignore: -------------------------------------------------------------------------------- 1 | dohproxy -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satran/dohproxy/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satran/dohproxy/HEAD/README.md -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satran/dohproxy/HEAD/main.go --------------------------------------------------------------------------------