openvpn-ui icon indicating copy to clipboard operation
openvpn-ui copied to clipboard

DNS resolution is currently not available

Open bepp-boop opened this issue 1 year ago • 0 comments

This can be fix by adding this in docker-compose in the unbound. Step 1: ssh in then sudo su - then cd to unbound Step 2: Edit it with nano or vim ... ports: - "53:53/tcp" - "53:53/udp" ....
dns: - 127.0.0.1 Step 3: Update the docker compose Step 4: Reset both

bepp-boop avatar Aug 24 '24 23:08 bepp-boop