- Fixed minified RPC declaration in secubox/modules.js that caused false positive in validation - Added 30 missing menu entries across 10 modules: * bandwidth-manager: clients, schedules * client-guardian: zones, portal, logs, alerts, parental * crowdsec-dashboard: metrics * netdata-dashboard: system, processes, realtime, network * netifyd-dashboard: talkers, risks, devices * network-modes: router, accesspoint, relay, sniffer * secubox: settings * system-hub: components, diagnostics, health, remote, settings * vhost-manager: internal, ssl, redirects * wireguard-dashboard: traffic, config - All modules now pass comprehensive validation (0 errors, 0 warnings) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
37 lines
780 B
Plaintext
37 lines
780 B
Plaintext
config class 'default'
|
|
option name 'Default Traffic'
|
|
option priority '5'
|
|
option rate '10mbit'
|
|
option ceil '100mbit'
|
|
option interface 'wan'
|
|
option enabled '1'
|
|
|
|
config class 'high_priority'
|
|
option name 'High Priority'
|
|
option priority '1'
|
|
option rate '20mbit'
|
|
option ceil '100mbit'
|
|
option interface 'wan'
|
|
option enabled '0'
|
|
|
|
config class 'bulk'
|
|
option name 'Bulk Transfer'
|
|
option priority '9'
|
|
option rate '5mbit'
|
|
option ceil '50mbit'
|
|
option interface 'wan'
|
|
option enabled '0'
|
|
|
|
# Example rules (disabled by default)
|
|
config rule 'ssh_rule'
|
|
option class 'high_priority'
|
|
option match_type 'dport'
|
|
option match_value '22'
|
|
option enabled '0'
|
|
|
|
config rule 'http_rule'
|
|
option class 'default'
|
|
option match_type 'dport'
|
|
option match_value '80,443'
|
|
option enabled '0'
|