## New Features - secubox-app-yggdrasil-discovery: Mesh peer discovery via gossip protocol - yggctl CLI: status, self, peers, announce, discover, bootstrap - Auto-peering with trust verification (master-link fingerprint) - Daemon for periodic announcements ## Bug Fixes - tor-shield: Fix opkg downloads failing when Tor active - DNS over Tor disabled by default - Auto-exclude public DNS servers from iptables rules - Excluded domains bypass list (openwrt.org, pool.ntp.org, etc.) - haproxy: Fix portal 503 "End of Internet" error - Corrected malformed vhost backend configuration - Regenerated HAProxy config from UCI - luci-app-nextcloud: Fix users list showing empty - RPC expect clause was extracting array, render expected object ## Updated - Bonus feed: All IPKs rebuilt - Documentation: HISTORY.md, WIP.md, TODO.md updated Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
432 B
Plaintext
17 lines
432 B
Plaintext
config discovery 'main'
|
|
option enabled '1'
|
|
option auto_announce '1'
|
|
option announce_interval '300'
|
|
option auto_peer '1'
|
|
option require_trust '1'
|
|
option min_trust_score '50'
|
|
|
|
config bootstrap
|
|
list peer 'tcp://51.15.204.214:12345'
|
|
list peer 'tcp://ygg.mkg20001.io:443'
|
|
|
|
config trusted_network 'secubox'
|
|
option name 'SecuBox Mesh'
|
|
option description 'Official SecuBox peer network'
|
|
list bootstrap 'tcp://ygg.secubox.in:443'
|