fix(iot-guard): Add default UCI config file
Add /etc/config/iot-guard with default settings so the Settings page loads without RPC errors. Includes main config, zone policy, allowlist, and blocklist sections. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9be3da58be
commit
8e2a4c47de
20
package/secubox/luci-app-iot-guard/root/etc/config/iot-guard
Normal file
20
package/secubox/luci-app-iot-guard/root/etc/config/iot-guard
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
config iot-guard main
|
||||||
|
option enabled 1
|
||||||
|
option scan_interval 300
|
||||||
|
option auto_isolate 1
|
||||||
|
option auto_isolate_threshold 80
|
||||||
|
option anomaly_detection 1
|
||||||
|
option anomaly_sensitivity medium
|
||||||
|
option log_level info
|
||||||
|
|
||||||
|
config zone_policy
|
||||||
|
option target_zone iot
|
||||||
|
option block_lan 1
|
||||||
|
option allow_internet 1
|
||||||
|
option bandwidth_limit 10
|
||||||
|
|
||||||
|
config allowlist
|
||||||
|
# list mac AA:BB:CC:DD:EE:FF
|
||||||
|
|
||||||
|
config blocklist
|
||||||
|
# list mac AA:BB:CC:DD:EE:FF
|
||||||
Loading…
Reference in New Issue
Block a user