mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-17 17:04:01 +02:00
chore(boringpoll): remove gluetun.com which is now DOWN 🎉
This commit is contained in:
@@ -265,7 +265,6 @@ ENV VPN_SERVICE_PROVIDER=pia \
|
|||||||
PPROF_HTTP_SERVER_ADDRESS=":6060" \
|
PPROF_HTTP_SERVER_ADDRESS=":6060" \
|
||||||
# Extras
|
# Extras
|
||||||
VERSION_INFORMATION=on \
|
VERSION_INFORMATION=on \
|
||||||
BORINGPOLL_GLUETUNCOM=off \
|
|
||||||
TZ= \
|
TZ= \
|
||||||
PUID=1000 \
|
PUID=1000 \
|
||||||
PGID=1000
|
PGID=1000
|
||||||
|
|||||||
@@ -132,10 +132,6 @@ services:
|
|||||||
|
|
||||||
[](https://www.star-history.com/#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
|
## License
|
||||||
|
|
||||||
[](https://github.com/qdm12/gluetun/blob/master/LICENSE)
|
[](https://github.com/qdm12/gluetun/blob/master/LICENSE)
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ type urlData struct{}
|
|||||||
func New(client *http.Client, logger Logger, settings settings.BoringPoll) *BoringPoll {
|
func New(client *http.Client, logger Logger, settings settings.BoringPoll) *BoringPoll {
|
||||||
urlToData := make(map[string]*urlData)
|
urlToData := make(map[string]*urlData)
|
||||||
if *settings.GluetunCom {
|
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{
|
return &BoringPoll{
|
||||||
client: client,
|
client: client,
|
||||||
|
|||||||
Reference in New Issue
Block a user