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

8
selective-vpn-api/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module selective-vpn-api
go 1.24.2
require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/creack/pty v1.1.24
)