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
@@ -25,4 +25,9 @@ func (l *Loop) cleanup() {
l.logger.Error("stopping port forwarding: " + err.Error())
}
}
err = l.boringPoll.Stop()
if err != nil {
l.logger.Error("stopping boring poll: " + err.Error())
}
}