secubox-openwrt/package/secubox/secubox-app-mac-guardian/files/etc/config/mac-guardian
CyberMind-FR 373d77368e feat(mac-guardian): Rename to secubox-app-mac-guardian and add LuCI interface
Rename package folder to follow secubox-app-* convention and add
luci-app-mac-guardian with KISS dashboard: status cards, client table
with trust/block actions, recent alerts, and configuration form.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 16:06:48 +01:00

28 lines
644 B
Plaintext

config mac-guardian 'main'
option enabled '0'
option debug '0'
option scan_interval '30'
config detection 'detection'
option random_mac '1'
option oui_duplicates '1'
option oui_dup_threshold '5'
option mac_flip '1'
option flip_window '300'
option flip_threshold '10'
option spoof_detection '1'
config enforcement 'enforcement'
option policy 'alert'
option quarantine_vlan ''
option notify_crowdsec '1'
config whitelist 'whitelist'
# list mac 'aa:bb:cc:dd:ee:ff'
# list oui '00:50:E4'
config reporting 'reporting'
option stats_file '/var/run/mac-guardian/stats.json'
option stats_interval '60'
option max_log_size '524288'