forked from p15670423/monkey
Change description of config value
This commit is contained in:
parent
7ee0ceda75
commit
d3ce956224
|
@ -223,7 +223,7 @@ SCHEMA = {
|
||||||
" Class C Range will scan machines in the Class C network the monkey's on."
|
" Class C Range will scan machines in the Class C network the monkey's on."
|
||||||
},
|
},
|
||||||
"range_fixed": {
|
"range_fixed": {
|
||||||
"title": "Fixed range IP list",
|
"title": "Fixed range IP/subnet list",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"uniqueItems": True,
|
"uniqueItems": True,
|
||||||
"items": {
|
"items": {
|
||||||
|
@ -232,8 +232,9 @@ SCHEMA = {
|
||||||
"default": [
|
"default": [
|
||||||
],
|
],
|
||||||
"description":
|
"description":
|
||||||
"List of IPs to include when using FixedRange"
|
"List of IPs/subnets to include when using FixedRange"
|
||||||
" (Only relevant for Fixed Range)"
|
" (Only relevant for Fixed Range)."
|
||||||
|
" Examples: \"192.168.0.1\", \"192.168.0.5-192.168.0.20\", \"192.168.0.5/24\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue