Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
a58067c0
Verified
Commit
a58067c0
authored
Jun 17, 2020
by
Sven-Hendrik Haase
Browse files
Remove usage of DNS server search domain
parent
313731bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/common/templates/resolv.conf.j2
View file @
a58067c0
{% for server in dns_servers %}
nameserver {{server}}
{% endfor %}
search {{dns_search_domain}}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment