Closed GodOfOwls closed 5 years ago
**Edit
I am unable to reproduce this bug using your command line, are you sure your dns server is listening on 192.168.0.1
What is the output of cat /etc/resolv.conf
on the host?
Yes i am sure the DNS Server is listening there since i use it at this moment. Heres the Output of cat /etc/resolv.conf
steamdns@steamdns-alpha:~$ cat /etc/resolv.conf
# This file is managed by man:systemd-resolved(8). Do not edit.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "systemd-resolve --status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs must not access this file directly, but only through the
# symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way,
# replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.
nameserver 127.0.0.53
options edns0
search eulehome
steamdns@steamdns-alpha:~$
can you run the following commands within the container (docker exec -it steamcache-dns bash
) and post your results
ping valve477.steamcontent.com
ping github.com
env
Error response from daemon: Container b0ac32759a9dff7340100c1868844a78beddababdd49c0ac666775d1a5713c87 is restarting, wait until the container is running
It constantly restarts so there is no chance for me to do anything.
Can you try the latest version?
I have the same issue. running latest version. container keeps restarting if using -e UPSTREAM_DNS=192.168.36.13 192.168.36.14
Try using only one DNS @yurividal
@VibroAxe it seemed to have worked using a single local dns, but after 1 minute, lancache-dns is back to the bootloop
Doing this seems to have solved it! I was able to use my local dns (primary and secondary) after following these steps: https://github.com/lancachenet/lancache-dns/issues/93#issuecomment-535783908
Issue Description: Stemcache-dns restarts when i use my local DNS as upstream. When i use a external Server as upstream everything works. My local DNS is a OPNsense Box with DNSmasq forwarding to 1.1.1.1, 8.8.8.8 and 9.9.9.9
Docker Run Command:
Docker Container Output: