chore(boringpoll): remove gluetun.com which is now DOWN 🎉

This commit is contained in:
Quentin McGaw
2026-05-12 00:58:23 +00:00
parent 5b01324d5f
commit 38cf094573
3 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type urlData struct{}
func New(client *http.Client, logger Logger, settings settings.BoringPoll) *BoringPoll {
urlToData := make(map[string]*urlData)
if *settings.GluetunCom {
urlToData["https://gluetun.com/wp-json"] = &urlData{}
logger.Infof("gluetun.com is DOWN most likely thanks to you! so not doing anything anymore")
}
return &BoringPoll{
client: client,