Filter all DNS traffic, only pass validated domains using nginx-dns
Go to file
ale 173e912815
nginx.conf out
Signed-off-by: ale <ale@manalejandro.com>
2024-11-18 23:27:03 +01:00
.env initial commit 2024-10-12 21:12:33 +02:00
dns.conf nginx.conf out 2024-11-18 23:27:03 +01:00
docker-compose.yml initial commit 2024-10-12 21:12:33 +02:00
Dockerfile nginx.conf out 2024-11-18 22:05:57 +01:00
domains_v6.txt make-domains.sh 2024-10-14 21:09:38 +02:00
domains.txt make-domains.sh 2024-10-14 21:09:38 +02:00
make-domains.sh make-domains.sh 2024-10-14 21:09:38 +02:00
README.md make-domains.sh 2024-10-14 21:09:38 +02:00
subdomains.txt make-domains.sh 2024-10-14 21:09:38 +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 and use tool for generate domains.txt files:
$ ./make-domains.sh "domain.com"

Build

docker-compose build

Run

docker-compose up -d

License

MIT