docs: initial plan for ZeroTier exit gateway switcher

Design: .omp/plans/zerotier-gateway-switching.md — LuCI app + rpcd/ucode backend + zt-gateway-switch shell script for force / graceful-drain gateway switching on OpenWRT.
This commit is contained in:
2026-06-19 00:03:09 +05:30
commit f6bf6e7cd4
3 changed files with 1324 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# OpenWRT / LuCI build artifacts
bin/
tmp/
.build/
.config
.config.old
feeds.conf.default
feeds.conf
*.ipk
*.ipk.opk
# SDK / build cache
dl/
staging_dir*/
build_dir*/
# Translations (compiled)
*.po~
*.pot
# Common OS / editor files
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.vscode/
.idea/