mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
DNS resolver errors with Gluetun connection refused
#262
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jimpapi on GitHub (Mar 2, 2023).
i use PIA VPN in my synology (docker)
i succesfully managed to install gluetun to connect to pia and get ip and open port for 61 days
i tried to update my ddns server (afraid.org) by installing ddns-updater in my docker with the ip from gluetun
(network_mode: "container:gluetun") in my ddns-updater docker .yaml file
but the problems i found:
1)conflicting ports in healthcheck server (127.0.0.1:9999) of ddns--updater and web port 8000
so i changed the ports in ddns-updater settings :
a) [healthcheck server] listening on 127.0.0.1:9995
b) [http server] listening on :8003
but I get errors on resolving dns:
and goes on refusing all dns connections.
i have tried a lot of things but nothing worked.
Any ideas please?
i suppose it's a kind of conflicting servers but every time i changed the 127.0.0.1 to something else didn't work!
Thanks in advance!
Is this urgent: Yes
Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)
What are you using to run the container: docker-compose
Extra information (optional)
Logs:
Configuration file (remove your credentials!):
@qdm12 commented on GitHub (Jun 12, 2023):
Maybe try setting
RESOLVER_ADDRESS=127.0.0.1? And if this doesn't work, try changing it to i.e.1.1.1.1?