/nsaproxy

nsaproxy uses powerdns api to dispatch dns records to dns providers

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

nsaproxy project

Quickstart

Using nsaproxy in Docker

docker-compose up -d

See docker-compose.yml

Installation

pip install nsaproxy

Running

Running daemon

nsaproxy -c <conffile> -p <pidfile> --logfile <logfile>

Running foreground

nsaproxy -f -c <conffile> -p <pidfile> --logfile <logfile>