aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/etc/systemd/resolved.conf.d/10-single-label.conf
blob: b2b1e9ab991535e2d3014995cab3ae7b36e03413 (plain) (blame)
1
2
3
4
5
6
7
8
[Resolve]
# Forward single-label (non-FQDN) queries upstream instead of dropping
# them to LLMNR/mDNS. Needed so corp shortnames like `sw-jenkins01`
# (CNAME'd to `*.xsight.ent` on Pi-hole) resolve via the xsight WG bridge.
# Trade-off: single-label queries now leak to whatever DNS the active
# link provides — acceptable on a home/work-managed laptop, less so on
# public wifi. See `man resolved.conf` → ResolveUnicastSingleLabel=.
ResolveUnicastSingleLabel=yes