OXIESEC PANEL
- Current Dir:
/
/
lib
/
python3.6
/
site-packages
/
nftables
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/07/2025 11:05:01 PM
rwxr-xr-x
📄
__init__.py
24 bytes
06/07/2022 02:16:32 PM
rw-r--r--
📁
__pycache__
-
02/07/2025 11:05:01 PM
rwxr-xr-x
📄
nftables.py
14.09 KB
01/28/2025 01:21:07 AM
rw-r--r--
📄
schema.json
271 bytes
06/07/2022 02:16:32 PM
rw-r--r--
Editing: schema.json
Close
{ "$schema": "http://json-schema.org/schema#", "description": "libnftables JSON API schema", "type": "object", "properties": { "nftables": { "type": "array", "minitems": 0, "items": { "type": "object" } } }, "required": [ "nftables" ] }