From 38cf094573b1fb349f4ff9a7108ae19cc3cff135 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Tue, 12 May 2026 00:58:23 +0000 Subject: [PATCH] =?UTF-8?q?chore(boringpoll):=20remove=20gluetun.com=20whi?= =?UTF-8?q?ch=20is=20now=20DOWN=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - README.md | 4 ---- internal/boringpoll/boringpoll.go | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6effc70f..e8f1ffc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -265,7 +265,6 @@ ENV VPN_SERVICE_PROVIDER=pia \ PPROF_HTTP_SERVER_ADDRESS=":6060" \ # Extras VERSION_INFORMATION=on \ - BORINGPOLL_GLUETUNCOM=off \ TZ= \ PUID=1000 \ PGID=1000 diff --git a/README.md b/README.md index e9355754..5df111f1 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,6 @@ services: [![Star History Chart](https://api.star-history.com/svg?repos=qdm12/gluetun&type=date&legend=top-left)](https://www.star-history.com/#qdm12/gluetun&type=date&legend=top-left) -## Fight AI scamming - -💁 You can optionally set `BORINGPOLL_GLUETUNCOM=on` to... [poll](./internal/boringpoll/boringpoll.go) that **scammy AI slop** website every few minutes so it costs them in terms of egress traffic. My gentle email reminders to take it down are being grossly ignored 🤷 This would make me very happy and serve this community. - ## License [![MIT](https://img.shields.io/github/license/qdm12/gluetun)](https://github.com/qdm12/gluetun/blob/master/LICENSE) diff --git a/internal/boringpoll/boringpoll.go b/internal/boringpoll/boringpoll.go index 8611bf0e..d8b5f232 100644 --- a/internal/boringpoll/boringpoll.go +++ b/internal/boringpoll/boringpoll.go @@ -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,