Skip to content

unleftie/dnscrypt-proxy-compose

 
 

Repository files navigation

A docker compose for DNSCrypt proxy

Dependencies

Installation

git clone https://github.com/unleftie/dnscrypt-proxy-compose.git
cd dnscrypt-proxy-compose
chmod 644 dnscrypt-proxy.toml
docker compose up -d

Testing

DNSCRYPT_PROXY_IP=$(docker inspect dnscrypt-proxy | jq -r ".[] | .NetworkSettings | .Networks | .[] | .IPAddress")
host google.com $DNSCRYPT_PROXY_IP

Uses the following Docker containers

📝 License

This project is licensed under the GPL-3.0..