Files
hassio-addons/arpspoof/config.json
2022-03-23 08:59:27 +01:00

32 lines
751 B
JSON

{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "block internet connection for local network devices",
"devices": [],
"environment": {},
"host_network": true,
"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",
"upstream": "1.0.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.0.0",
"webui": "http://[HOST]:[PORT:7022]"
}