Files
hassio-addons/arpspoof/config.json
2022-12-04 00:21:42 +00:00

35 lines
740 B
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "block internet connection for local network devices",
"host_network": true,
"image": "ghcr.io/alexbelgium/arpspoof-{arch}",
"map": [],
"name": "Arpspoof",
"options": {
"ROUTER_IP": "yourip"
},
"ports": {
"7022/tcp": 7022
},
"ports_description": {
"7022/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"INTERFACE_NAME": "str?",
"ROUTER_IP": "str"
},
"slug": "arpspoof",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpspoof",
"version": "1.0.0-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7022]"
}