Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 346 Bytes

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>