Remove fixed IP from config

This commit is contained in:
Itay Mizeretz 2017-09-19 16:03:32 +03:00
parent 2a1417d696
commit 61f4a08ef3
1 changed files with 0 additions and 1 deletions

View File

@ -672,7 +672,6 @@ SCHEMA = {
"type": "string" "type": "string"
}, },
"default": [ "default": [
"172.16.0.67"
], ],
"description": "List of IPs to include when using FixedRange" "description": "List of IPs to include when using FixedRange"
} }