From 38a09c7344517b979ac94ca50aecdc95a881a1b0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 7 Dec 2021 19:17:57 +0100 Subject: [PATCH] Update to 1.0.0 --- arpspoof/CHANGELOG.md | 3 +++ arpspoof/config.json | 22 ++++++++++++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/arpspoof/CHANGELOG.md b/arpspoof/CHANGELOG.md index 66f7e8b76..6256f6532 100644 --- a/arpspoof/CHANGELOG.md +++ b/arpspoof/CHANGELOG.md @@ -1 +1,4 @@ + +## 1.0.0 (07-12-2021) +- Update to latest version from t0mer/Arpspoof-Docker - Initial release diff --git a/arpspoof/config.json b/arpspoof/config.json index fd32f288d..8e35e1ce4 100644 --- a/arpspoof/config.json +++ b/arpspoof/config.json @@ -1,12 +1,15 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "block internet connection for local network devices", - "devices": [ - ], - "environment": { - }, + "devices": [], + "environment": {}, "map": [], "host_network": true, "name": "Arpspoof", @@ -19,14 +22,17 @@ "ports_description": { "7022/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "ROUTER_IP": "str", "INTERFACE_NAME": "str?" }, "slug": "arpspoof", - "upstream": "1.0", + "upstream": "1.0.0", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0", + "version": "1.0.0", "webui": "http://[HOST]:[PORT:7022]" }