mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 23:01:49 +02:00
Update config.json
This commit is contained in:
@@ -11,8 +11,7 @@
|
|||||||
"host_network": true,
|
"host_network": true,
|
||||||
"name": "Arpspoof",
|
"name": "Arpspoof",
|
||||||
"options": {
|
"options": {
|
||||||
"ROUTER_IP": "yourip",
|
"ROUTER_IP": "yourip"
|
||||||
"INTERFACE_NAME": "interface name"
|
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"7022/tcp": 7022
|
"7022/tcp": 7022
|
||||||
@@ -23,7 +22,7 @@
|
|||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"schema": {
|
"schema": {
|
||||||
"ROUTER_IP": "str",
|
"ROUTER_IP": "str",
|
||||||
"INTERFACE_NAME": "str"
|
"INTERFACE_NAME": "str?"
|
||||||
},
|
},
|
||||||
"slug": "arpspoof",
|
"slug": "arpspoof",
|
||||||
"upstream": "1.0",
|
"upstream": "1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user