crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "techblog/arpspoof-docker:latest",
"aarch64": "techblog/arpspoof-docker:latest",
"amd64": "techblog/arpspoof-docker:latest"
"amd64": "techblog/arpspoof-docker:latest",
"armv7": "techblog/arpspoof-docker:latest"
}
}

View File

@@ -1,12 +1,16 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"description": "block internet connection for local network devices",
"devices": [],
"environment": {},
"map": [],
"host_network": true,
"map": [],
"name": "Arpspoof",
"options": {
"ROUTER_IP": "yourip"
@@ -17,10 +21,13 @@
"ports_description": {
"7022/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"ROUTER_IP": "str",
"INTERFACE_NAME": "str?"
"INTERFACE_NAME": "str?",
"ROUTER_IP": "str"
},
"slug": "arpspoof",
"upstream": "1.0.0",