Fix config structure

This commit is contained in:
Itay Mizeretz 2017-09-21 17:04:23 +03:00
parent 84315ad735
commit f70493f3ce
1 changed files with 38 additions and 38 deletions

View File

@ -637,6 +637,8 @@ SCHEMA = {
"type": "boolean",
"default": True,
"description": "Determines whether monkey should scan its subnets additionally"
}
}
},
"network_range": {
"title": "Network range",
@ -676,8 +678,6 @@ SCHEMA = {
"description": "List of IPs to include when using FixedRange"
}
}
}
}
},
"tcp_scanner": {
"title": "TCP scanner",