https://github.com/decryptus/nsaproxy
nsaproxy uses powerdns api to dispatch dns records to dns providers
https://github.com/decryptus/nsaproxy
api pdns powerdns proxy python
Last synced: about 1 month ago
JSON representation
nsaproxy uses powerdns api to dispatch dns records to dns providers
- Host: GitHub
- URL: https://github.com/decryptus/nsaproxy
- Owner: decryptus
- License: gpl-3.0
- Created: 2018-06-07T07:22:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T17:53:08.000Z (almost 3 years ago)
- Last Synced: 2024-12-03T13:18:24.987Z (10 months ago)
- Topics: api, pdns, powerdns, proxy, python
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# nsaproxy project
## Quickstart
Using nsaproxy in Docker
`docker-compose up -d`
See [docker-compose.yml](docker-compose.yml)
## Installation
pip install nsaproxy
## Running
### Running daemon
`nsaproxy -c -p --logfile `
### Running foreground
`nsaproxy -f -c -p --logfile `