15 lines
572 B
TOML
15 lines
572 B
TOML
# CuteBoard Controller scan configuration.
|
|
#
|
|
# subnets controls which subnets the "Scan Network" button searches.
|
|
#
|
|
# ["all"] scan every subnet this controller is attached to (default)
|
|
# ["192.168.*"] scan every 192.168.x.x subnet
|
|
# ["192.168.1.*"] scan a single 192.168.1.x subnet
|
|
# ["10.0.1.*"] scan a single 10.0.1.x subnet
|
|
# ["10.0.0.0/24"] scan a CIDR range
|
|
# ["192.168.*", "10.0.1.*"] scan multiple ranges
|
|
#
|
|
# NOTE: broad patterns like 192.168.* scan 65k+ hosts and take a while.
|
|
[scan]
|
|
subnets = ["10.0.1.*"]
|