2024-10-12 19:12:33 +00:00
|
|
|
# nginx-wall
|
|
|
|
|
|
|
|
### Filter all DNS traffic, only pass validated domains using [nginx-dns](https://github.com/TuxInvader/nginx-dns)
|
|
|
|
### Keep the control against DDoS DNS attaks
|
|
|
|
|
|
|
|
## Config
|
|
|
|
```
|
2024-10-14 19:09:38 +00:00
|
|
|
edit .env and domains files with your settings and use tool for generate domains.txt files:
|
|
|
|
$ ./make-domains.sh "domain.com"
|
2024-10-12 19:12:33 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
```
|
|
|
|
docker-compose build
|
|
|
|
```
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
|
|
|
```
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
MIT
|