feat(others): optional BORINGPOLL_GLUETUNCOM to fight AI slop scammy gluetun[dot]com

This commit is contained in:
Quentin McGaw
2026-03-06 16:27:16 +00:00
parent 2460b56c2b
commit 457e5597bb
12 changed files with 287 additions and 8 deletions
+5
View File
@@ -115,3 +115,8 @@ type HealthChecker interface {
type HealthServer interface {
SetError(err error)
}
type Service interface {
Start() (runError <-chan error, err error)
Stop() error
}