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

https://github.com/naruno/pywall

Python firewall framework.
https://github.com/naruno/pywall

decentranetwork firewall python3 security

Last synced: 10 months ago
JSON representation

Python firewall framework.

Awesome Lists containing this project

README

          

# pywall
Python firewall framework.
# Install
```
pip3 install pywall
```
# Using
## In another script
```python
from pywall import pywall
# pywall(iface="wlan0")
safe = pywall(iface="wlan0").control()
```
## In command line
```console
pywall
```
```console
usage: pywall [-h] [-i IFACE] [-t TIMEOUT]

optional arguments:
-h, --help show this help message and exit
-i IFACE, --iface IFACE
Interface
-t TIMEOUT, --timeout TIMEOUT
Timeout
```