baseline: api+gui traffic mode + candidates picker

Snapshot before app-launcher (cgroup/mark) work; ignore binaries/backups.
This commit is contained in:
beckline
2026-02-14 15:32:25 +03:00
parent 50e2999cad
commit 10a10f44a8
55 changed files with 16488 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package main
import app "selective-vpn-api/app"
// EN: Thin executable entrypoint that delegates runtime startup to the app package.
// RU: Тонкая точка входа бинаря, делегирующая запуск пакету app.
func main() {
app.Run()
}