Addition of arpspoof

This commit is contained in:
Alexandre
2021-12-07 14:26:36 +01:00
parent e70fca9ba1
commit 2365cc1dde
13 changed files with 344 additions and 0 deletions

33
arpspoof/config.json Normal file
View File

@@ -0,0 +1,33 @@
{
"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",
"INTERFACE_NAME": "interface name"
},
"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",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0",
"webui": "http://[HOST]:[PORT:7022]"
}