https://github.com/7c/recursor-wall
a small framework to use recursor as monitoring and filtering resolver
https://github.com/7c/recursor-wall
Last synced: 11 months ago
JSON representation
a small framework to use recursor as monitoring and filtering resolver
- Host: GitHub
- URL: https://github.com/7c/recursor-wall
- Owner: 7c
- Created: 2021-12-26T13:57:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T18:14:36.000Z (over 4 years ago)
- Last Synced: 2025-01-19T09:42:56.398Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# recursor-wall
a small toolchain and proof-of-concept how to use pdns-recursor as dns firewall with redis backend
## installation
```
apt install redis-server redis-tools pdns-recursor lua5.1 lua-redis
```
## web
express,ejs,socket.io stack
### pdns-recursor/recursor.conf
`lua-dns-script=/opt/recursor-wall/recursor-helper.lua`
### redis-server
bind to 127.0.0.1 only, for security reasons