-
I'm curious about what makes changes in `/etc/resolv.conf`.
```
$ cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 127.0.0.53
```
https://docs.ubuntu.com/core/en/stacks/network/ne…
-
See #18
-
**Is your feature request related to a problem? Please describe.**
When we are working on the hybrid migration we have placed a second DNS server in front of the bosh-dns so that we can manage dual D…
-
I'm attempting to utilise registrator in AWS for service discovery however I've noted that the IP used to register services is set to 0.0.0.0. AWS automatically sets the hostname of the instance to a …
ghost updated
9 years ago
-
### Describe the issue
I always encounter bugs when building Docker, specifically with this code (Line 121 in swebench/harness/docker_build.py):
response = client.api.build(
path=str(build_di…
-
Under "RPZ and Trust Anchor Issues", it says "Add structure to current unordered "nameserver" list in /etc/resolv.conf, similar to SRV semantic mechanisms?"
But /etc/resolv.conf is an ordered list, a…
-
In case someone else has this problem:
``sudo nano /etc/resolv.conf``
and add/replace name servers with
```
nameserver 8.8.8.8
nameserver 8.8.4.4
```
FYI: Everything else works out of t…
-
First - thank you for the great utility. I have found it immensely useful.
Second - Apologies, I ran into this bug ages ago when building a load of raspberry pi 1bs with version 1.1.2 and found a wo…
-
When /etc/resolv.conf is not present, shifter will emit the following fatal error:
Source file /etc/resolv.conf does not exist. Cannot copy
Failed to copy /etc/resolv.conf to /var/udiMount/etc/resolv…
-
If I am running whatever dns cache in my VPS, there does not seem to be any decent way to prefer using local cache from VPS system. I think it would work well, if the admin panel offered also Automati…