secubox-openwrt/package/secubox/luci-app-ndpid/root/etc/config/ndpid
CyberMind-FR 88d60cc7f4 fix(ndpid): Correct UCI config section types for init scripts
- Change 'config main' to 'config ndpid main' for proper section naming
- Change 'config compat' to 'config ndpid compat'
- Enable ndpid by default (enabled='1')
- Init scripts expect named sections, not typed sections

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 06:46:42 +01:00

15 lines
256 B
Plaintext

config ndpid 'main'
option enabled '1'
list interface 'br-lan'
config ndpid 'distributor'
option enabled '1'
option tcp_port '7000'
option tcp_address '127.0.0.1'
config ndpid 'compat'
option enabled '1'
config ndpid 'actions'
option enabled '0'