Skip to content

no resolver defined to resolve r3.o.lencr.org ... #1907

Closed Answered by GuidoDr
GuidoDr asked this question in Q&A
Discussion options

You must be logged in to vote

since I am working with the docker compose setup I solved the problem by adding the resolver to the environment part to the docker-compose.yml file. (I do have a dual mode docker setup with IPv4 and IPv6 active)

    environment:
      - ENABLE_IPV6=true
      - SHA1_UPSTREAM_NAME=true
      - TRUST_DOWNSTREAM_PROXY=false
      - RESOLVERS=8.8.8.8 8.8.4.4 [2001:4860:4860::8888] [2001:4860:4860::8844] valid=300s ipv6=on;

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by GuidoDr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants