Metadata-Version: 2.1
Name: nsaproxy
Version: 0.1.56
Summary: nsaproxy
Home-page: https://github.com/decryptus/nsaproxy
Author: Adrien Delle Cave
Author-email: pypi@doowan.net
License: License GPL-3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Internet :: Proxy Servers
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: boto3 (>=1.4.2)
Requires-Dist: cdnetworks (>=0.3.1)
Requires-Dist: dwho (>=0.3.56)
Requires-Dist: httpdis (>=0.6.22)
Requires-Dist: pycurl
Requires-Dist: PyYAML (>=3.10)
Requires-Dist: redis (>=2.4.0)
Requires-Dist: requests
Requires-Dist: six (>=1.13.0)
Requires-Dist: sonicprobe (>=0.3.48)

# 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 <conffile> -p <pidfile> --logfile <logfile>`

### Running foreground

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


