Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.
/ centos-ssh-dnsmasq Public archive

CentOS-7 7.4 x86_64 - Dnsmasq (dnscrypt-proxy).

License

Notifications You must be signed in to change notification settings

jdeathe/centos-ssh-dnsmasq

Repository files navigation

centos-ssh-dnsmasq

WIP: Not Ready for General Use.

Local caching DNS that proxies DNSCrypt queries to dnscrypt-proxy.

DNSCrypt

Note: Requires a loopback alias on 127.0.0.54 which will be provided if installing dnscrypt-osxclient on OSX - brew cask install dnscrypt

Run Standard DNS

$ make install start

Run with dnscrypt-proxy Resolvers

$ DNSMASQ_DNSCRYPT_PROXY=true \
  DNSMASQ_RESOLVER_1=dnscrypt.org-fr \
  DNSMASQ_RESOLVER_2=dnscrypt.eu-nl \
  make install start

Check the correct IP address is returned for the resolver name DNSMASQ_RESOLVER_1.

$ dig @127.0.0.54 resolver.dnscrypt.org

TODO

  • Add SCMI configuration files.
  • Add Docker healthcheck.
  • Add Dockerfile install/uninstall LABEL values.
  • Add functional tests.
  • Replace WIP README with content for Docker Hub.

Releases

No releases published

Packages

No packages published