AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 3.133.113.24


Current Path : /snap/core20/2379/etc/cloud/templates/
Upload File :
Current File : //snap/core20/2379/etc/cloud/templates/systemd.resolved.conf.tmpl

## template:jinja
# Your system has been configured with 'manage-resolv-conf' set to true.
# As a result, cloud-init has written this file with configuration data
# that it has been provided. Cloud-init, by default, will write this file
# a single time (PER_ONCE).
#
[Resolve]
LLMNR=false
{% if nameservers is defined %}
DNS={% for server in nameservers %}{{server}} {% endfor %}
{% endif %}

{% if searchdomains is defined %}
Domains={% for search in searchdomains %}{{search}} {% endfor %}
{% endif %}