golden hour
/lib/python3.9/site-packages/nftables
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
24 B
Del
OK
__pycache__
-
Del
OK
nftables.py
19.56 KB
Del
OK
schema.json
271 B
Del
OK
Edit: schema.json
{ "$schema": "http://json-schema.org/schema#", "description": "libnftables JSON API schema", "type": "object", "properties": { "nftables": { "type": "array", "minitems": 0, "items": { "type": "object" } } }, "required": [ "nftables" ] }
Save