mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 17:39:22 +01:00
11 lines
420 B
Plaintext
11 lines
420 B
Plaintext
|
# Unlike everything else(?), this can actually be placed to
|
||
|
# /etc/systemd/system/service.d if /etc/resolv.conf cannot be modified
|
||
|
# for some reason and specify the search and options options.
|
||
|
# I would just edit /etc/resolv.conf directly though, but this is just a
|
||
|
# note that this is possible.
|
||
|
[Service]
|
||
|
Environment=LOCALDOMAIN=.
|
||
|
Environment=RES_OPTIONS="edns0 trust-ad timeout:1 attempts:5"
|
||
|
|
||
|
# vim: filetype=systemd
|