An open API service indexing awesome lists of open source software.

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

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