mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
39 lines
745 B
JSON
39 lines
745 B
JSON
{
|
|
"apparmor": true,
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"boot": "auto",
|
|
"description": "block internet connection for local network devices",
|
|
"devices": [],
|
|
"environment": {},
|
|
"map": [],
|
|
"host_network": true,
|
|
"name": "Arpspoof",
|
|
"options": {
|
|
"ROUTER_IP": "yourip"
|
|
},
|
|
"ports": {
|
|
"7022/tcp": 7022
|
|
},
|
|
"ports_description": {
|
|
"7022/tcp": "web interface"
|
|
},
|
|
"privileged": [
|
|
"SYS_ADMIN",
|
|
"DAC_READ_SEARCH"
|
|
],
|
|
"schema": {
|
|
"ROUTER_IP": "str",
|
|
"INTERFACE_NAME": "str?"
|
|
},
|
|
"slug": "arpspoof",
|
|
"upstream": "1.0.0",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof",
|
|
"version": "1.0.0",
|
|
"webui": "http://[HOST]:[PORT:7022]"
|
|
}
|