Filter all DNS traffic, only pass validated domains using nginx-dns
Go to file
2024-10-12 21:12:33 +02:00
.env initial commit 2024-10-12 21:12:33 +02:00
dns.conf initial commit 2024-10-12 21:12:33 +02:00
docker-compose.yml initial commit 2024-10-12 21:12:33 +02:00
Dockerfile initial commit 2024-10-12 21:12:33 +02:00
domains_v6.txt initial commit 2024-10-12 21:12:33 +02:00
domains.txt initial commit 2024-10-12 21:12:33 +02:00
nginx.conf initial commit 2024-10-12 21:12:33 +02:00
README.md initial commit 2024-10-12 21:12:33 +02:00

nginx-wall

Filter all DNS traffic, only pass validated domains using nginx-dns

Keep the control against DDoS DNS attaks

Config

edit .env and domains files with your settings

Build

docker-compose build

Run

docker-compose up -d

License

MIT