From a9e8e427a5093339b89ac60986df4f207ef42664 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 7 May 2026 15:59:14 +0000 Subject: [PATCH] docs(readme): inform users of repository migration under passteque organization --- .github/workflows/configs/mlc-config.json | 3 +++ README.md | 10 +++++++--- cmd/gluetun/main.go | 18 ++++++++++-------- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/.github/workflows/configs/mlc-config.json b/.github/workflows/configs/mlc-config.json index a1ecb28e..3c9a0e50 100644 --- a/.github/workflows/configs/mlc-config.json +++ b/.github/workflows/configs/mlc-config.json @@ -2,6 +2,9 @@ "ignorePatterns": [ { "pattern": "^https://console.substack.com/p/console-72$" + }, + { + "pattern": "^https://github.com/passteque/gluetun$" } ], "timeout": "20s", diff --git a/README.md b/README.md index 6439205e..e9355754 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Gluetun VPN client +Lightweight swiss-army-knife-like VPN client to multiple VPN service providers + ⚠️ This and [gluetun-wiki](https://github.com/qdm12/gluetun-wiki) are the only websites for Gluetun, other websites claiming to be official are scams ⚠️ -💁 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 too much to keep it up. My gentle email reminders to take it down are being grossly ignored 🤷 This would make me very happy and serve this community. - -Lightweight swiss-army-knife-like VPN client to multiple VPN service providers +🗯️ this repository will be migrated to [github.com/passteque/gluetun](https://github.com/passteque/gluetun) on 2026-05-21, which is a Github organization under my sole control, so don't get alarmed if you get redirected in the coming days 😉 Reason being migrating Github sponsors to the Open source collective due to my personal situation, basically annoying paperwork. On the plus side, it will be more transparent and funds donated will only be used for the project. The Docker image names will remain the same. ![Title image](https://raw.githubusercontent.com/qdm12/gluetun/master/title.svg) @@ -132,6 +132,10 @@ 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/cmd/gluetun/main.go b/cmd/gluetun/main.go index 779c7fab..21f0c1dc 100644 --- a/cmd/gluetun/main.go +++ b/cmd/gluetun/main.go @@ -174,14 +174,16 @@ func _main(ctx context.Context, buildInfo models.BuildInformation, return err } splashSettings := gosplash.Settings{ - User: "qdm12", - Repository: "gluetun", - Emails: []string{"quentin.mcgaw@gmail.com"}, - Version: buildInfo.Version, - Commit: buildInfo.Commit, - Created: buildInfo.Created, - Announcement: "Set BORINGPOLL_GLUETUNCOM=on to help combat AI slop and shutdown that scam website", - AnnounceExp: announcementExp, + User: "qdm12", + Repository: "gluetun", + Emails: []string{"quentin.mcgaw@gmail.com"}, + Version: buildInfo.Version, + Commit: buildInfo.Commit, + Created: buildInfo.Created, + Announcement: "the repository will be migrated to https://github.com/passteque/gluetun on 2026-05-21, " + + "which is a Github organization under my sole control, so don't get alarmed if you get redirected " + + "in the coming days (reason: personal paperwork ugh)", + AnnounceExp: announcementExp, // Sponsor information PaypalUser: "qmcgaw", GithubSponsor: "qdm12",