From 0569cb412ea83935ef5bfe70ca269059e644dcd0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 7 Dec 2021 15:38:10 +0100 Subject: [PATCH] Update config.json --- arpspoof/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arpspoof/config.json b/arpspoof/config.json index dbd38e118..fd32f288d 100644 --- a/arpspoof/config.json +++ b/arpspoof/config.json @@ -11,8 +11,7 @@ "host_network": true, "name": "Arpspoof", "options": { - "ROUTER_IP": "yourip", - "INTERFACE_NAME": "interface name" + "ROUTER_IP": "yourip" }, "ports": { "7022/tcp": 7022 @@ -23,7 +22,7 @@ "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "ROUTER_IP": "str", - "INTERFACE_NAME": "str" + "INTERFACE_NAME": "str?" }, "slug": "arpspoof", "upstream": "1.0",