Revonzy Mini Shell

Şuanki Dizin: /etc/cloud/templates/
Dosya Yükle :
Şuanki Dosya : //etc/cloud/templates/resolv.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).
#
{% if nameservers is defined %}
{% for server in nameservers %}
nameserver {{server}}
{% endfor %}

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

{% endif %}
{% if domain is defined %}
domain {{domain}}
{% endif %}
{% if sortlist is defined %}

sortlist {% for sort in sortlist %}{{sort}} {% endfor %}
{% endif %}
{% if options or flags %}

options {% for flag in flags %}{{flag}} {% endfor %}
{% for key, value in options.items() -%}
 {{key}}:{{value}}
{% endfor %}
{% endif %}

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux vps.suncrosonline.com 3.10.0-862.3.2.el7.x86_64 #1 SMP Mon May 21 23:36:36 UTC 2018 x86_64
Apache
162.241.69.42