|
|
|
|
|
by vetinari
643 days ago
|
|
Resolv.conf does not specify order of preference of name servers! All the servers configured here are supposed to return the same answers! See, many people have misconceptions how it works; see the comments in thread you linked to. Add to it the fact that resolv.conf syntax cannot express what is expected of modern resolvers (not even with apple-like extension - `/etc/resolver/*`; it cannot react to links going up and down), it is basically just compatibility shim for broken applications (they are not supposed to use it directly); that's why systemd-resolved configures it to point to itself and handles the specifics for them. |
|