updater issues w/ivpn #2280
Unanswered
ezekieldas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This will most likely become a bug report but I'd like to present the issue here first.
Summary: when using ivpn as a provider + any recent version of gluetun, I send an updater request and get the log below. This results in an endless loop that doesn't stop until the container/process is restarted.
curl -x localhost:8008 ipinfo.io
returns{ "ip": "96.44.142.75", "hostname": "96.44.142.75.adsl.inet-telecom.org" ...
dig @1.1.1.1 ch1.wg.ivpn.net
status: NOERROR
ch1.wg.ivpn.net. 14400 IN A 141.255.164.66
UPDATER_MIN_RATIO
incrementally, all the way to0.1
and still see this.So a few questions:
not enough servers found: 0 and expected at least 119
Is this based on the ratio?lookup 1.1.1.1:53: no such host
is this referencing1.1.1.1
or the previous name in the log entry?1.1.1.1
but this could be a non-issue.gluetun log
Beta Was this translation helpful? Give feedback.
All reactions