|
|
|
|
|
by lawaaiig
643 days ago
|
|
I recall systemd-resolved ignoring the resolv.conf order of preference of name servers. The native and thus relatively simple per-link DNS configuration is great though. Addendum: https://news.ycombinator.com/item?id=15228940
This approach clearly deviates from widely expected behavior, whether it is in conformance with applicable RFCs or not. |
|
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.