forked from p34709852/monkey
Fix config structure
This commit is contained in:
parent
84315ad735
commit
f70493f3ce
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue