/docker-gdns

gdns docker image based on ayanamist/gdns-go

Primary LanguageShellMIT LicenseMIT

docker-gdns

Docker stars Docker Pulls Docker Automated build Docker Build Status ImageLayers Size ImageLayers Layers

gdns (Google HTTPS DNS) docker image based on ayanamist/gdns-go, thanks for his effort.

usage

docker run -d --restart=always -p 53:53/udp -e PROXY=socks5://server:port daxingplay/gdns-go

environments

  • PROXY:set proxy for DNS query. example: ss://method:pass@server:port or socks5://server:port etc.