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.
- Host: GitHub
- URL: https://github.com/naruno/pywall
- Owner: Naruno
- License: mpl-2.0
- Created: 2022-06-11T15:34:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T03:11:04.000Z (over 3 years ago)
- Last Synced: 2025-05-13T07:44:04.687Z (about 1 year ago)
- Topics: decentranetwork, firewall, python3, security
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```