From 61f4a08ef3f453c82daca7bc37fcf521e6d11d1c Mon Sep 17 00:00:00 2001 From: Itay Mizeretz Date: Tue, 19 Sep 2017 16:03:32 +0300 Subject: [PATCH] Remove fixed IP from config --- monkey_island/cc/services/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monkey_island/cc/services/config.py b/monkey_island/cc/services/config.py index 6c51f97e3..c73415d2f 100644 --- a/monkey_island/cc/services/config.py +++ b/monkey_island/cc/services/config.py @@ -672,7 +672,6 @@ SCHEMA = { "type": "string" }, "default": [ - "172.16.0.67" ], "description": "List of IPs to include when using FixedRange" }