forked from p15670423/monkey
Change config value and description of local_network_scan
This commit is contained in:
parent
be1b6879f7
commit
643b445199
|
@ -625,8 +625,8 @@ SCHEMA = {
|
||||||
"local_network_scan": {
|
"local_network_scan": {
|
||||||
"title": "Local network scan",
|
"title": "Local network scan",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": False,
|
"default": True,
|
||||||
"description": "Determines whether monkey should also scan its own IPs"
|
"description": "Determines whether monkey should scan its subnets additionally"
|
||||||
},
|
},
|
||||||
"network_range": {
|
"network_range": {
|
||||||
"title": "Network range",
|
"title": "Network range",
|
||||||
|
@ -640,12 +640,12 @@ SCHEMA = {
|
||||||
"FixedRange",
|
"FixedRange",
|
||||||
"RelativeRange",
|
"RelativeRange",
|
||||||
"ClassCRange"
|
"ClassCRange"
|
||||||
],
|
],
|
||||||
"enumNames": [
|
"enumNames": [
|
||||||
"FixedRange",
|
"FixedRange",
|
||||||
"RelativeRange",
|
"RelativeRange",
|
||||||
"ClassCRange"
|
"ClassCRange"
|
||||||
],
|
],
|
||||||
"description": "Determines which class to use to determine scan range"
|
"description": "Determines which class to use to determine scan range"
|
||||||
},
|
},
|
||||||
"range_size": {
|
"range_size": {
|
||||||
|
|
Loading…
Reference in New Issue