feat(vpn): VPN_UP_COMMAND and VPN_DOWN_COMMAND options

This commit is contained in:
Quentin McGaw
2026-03-08 16:06:16 +00:00
parent c0af198155
commit 57c53bc19e
14 changed files with 152 additions and 68 deletions
+1
View File
@@ -17,6 +17,7 @@ type Loop struct {
state *state.State
providers Providers
storage Storage
cmder Cmder
healthSettings settings.Health
healthChecker HealthChecker
healthServer HealthServer