mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Update
This commit is contained in:
parent
4383c313bc
commit
4e222c963e
66 changed files with 659 additions and 11 deletions
24
etc/systemd/resolved.conf
Normal file
24
etc/systemd/resolved.conf
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# Entries in this file show the compile time defaults.
|
||||
# You can change settings by editing this file.
|
||||
# Defaults can be restored by simply deleting this file.
|
||||
#
|
||||
# See resolved.conf(5) for details
|
||||
|
||||
[Resolve]
|
||||
#DNS=1.1.1.1 9.9.9.9
|
||||
#FallbackDNS=1.1.1.1 9.9.9.9
|
||||
#Domains=
|
||||
#LLMNR=yes
|
||||
#MulticastDNS=yes
|
||||
#DNSSEC=no
|
||||
#DNSOverTLS=no
|
||||
Cache=yes
|
||||
#DNSStubListener=udp
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue