Major updates: - Replace luci-app-netifyd-dashboard with enhanced luci-app-secubox-netifyd - Add netifyd 5.2.1 package with GCC 13.3/C++17 build fixes - Fix nd-risks.cpp compilation errors via inline static maps patch - Enhance local-build.sh with improved package building workflow - Update secubox-core scripts version to v0.9.1 New Features: - Complete netifyd dashboard with flows, devices, applications, and settings - Local data collection with netifyd-collector - Automated cron-based data aggregation - RPCd integration for real-time statistics Build Fixes: - Patch 001: Fix C++17 inline static maps in nd-risks.hpp and nd-protos.hpp - Patch 003: Skip ndpi tests to resolve roaring_v2 dependency issues - Add libatomic dependency - Include libnetifyd shared libraries in package 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
29 lines
931 B
Plaintext
29 lines
931 B
Plaintext
|
|
config netifyd 'default'
|
|
option enabled '1'
|
|
|
|
# Enable auto-configuration for interfaces (internal/external)
|
|
# Disable this if you want manual control
|
|
option autoconfig '1'
|
|
|
|
# Supplementary options (examples):
|
|
# Disable connection tracking thread: -t
|
|
# Set detection cores: --thread-detection-cores=2
|
|
# Enable verbose logging: -v
|
|
# Export to local JSON: -j /tmp/netifyd-flows.json
|
|
#list options '-t'
|
|
#list options '--thread-detection-cores=2'
|
|
#list options '-j /tmp/netifyd-flows.json'
|
|
|
|
# Manual configuration of internal interfaces (LAN)
|
|
# Format: interface_name [options]
|
|
# Example: Filter out SSDP traffic
|
|
#list internal_if 'br-lan -F "not (udp and dst 239.255.255.250 and dst port 1900)"'
|
|
#list internal_if 'eth0 -A 192.168.1.0/24'
|
|
|
|
# Manual configuration of external interfaces (WAN)
|
|
# Format: interface_name [options]
|
|
#list external_if 'br-wan'
|
|
#list external_if 'eth1'
|
|
#list external_if 'ppp0 -N eth2'
|