nginx-dnswall/README.md
2024-10-12 21:12:33 +02:00

26 lines
335 B
Markdown

# 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
```
edit .env and domains files with your settings
```
## Build
```
docker-compose build
```
## Run
```
docker-compose up -d
```
## License
MIT