Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
cloud /
templates /
Delete
Unzip
Name
Size
Permission
Date
Action
chef_client.rb.tmpl
1.63
KB
-rw-r--r--
2022-11-23 21:17
chrony.conf.alpine.tmpl
1.09
KB
-rw-r--r--
2022-11-23 21:17
chrony.conf.centos.tmpl
1.15
KB
-rw-r--r--
2022-11-23 21:17
chrony.conf.cos.tmpl
775
B
-rw-r--r--
2022-11-23 21:17
chrony.conf.debian.tmpl
1.08
KB
-rw-r--r--
2022-11-23 21:17
chrony.conf.fedora.tmpl
1.24
KB
-rw-r--r--
2022-11-23 21:17
chrony.conf.freebsd.tmpl
13.88
KB
-rw-r--r--
2022-11-23 21:17
chrony.conf.opensuse.tmpl
991
B
-rw-r--r--
2022-11-23 21:17
chrony.conf.photon.tmpl
1.24
KB
-rw-r--r--
2022-11-23 21:17
chrony.conf.rhel.tmpl
1.15
KB
-rw-r--r--
2022-11-23 21:17
chrony.conf.sles.tmpl
991
B
-rw-r--r--
2022-11-23 21:17
chrony.conf.ubuntu.tmpl
1.25
KB
-rw-r--r--
2022-11-23 21:17
host.mariner.tmpl
898
B
-rw-r--r--
2022-11-23 21:17
hosts.alpine.tmpl
919
B
-rw-r--r--
2022-11-23 21:17
hosts.arch.tmpl
841
B
-rw-r--r--
2022-11-23 21:17
hosts.debian.tmpl
845
B
-rw-r--r--
2022-11-23 21:17
hosts.freebsd.tmpl
911
B
-rw-r--r--
2022-11-23 21:17
hosts.gentoo.tmpl
910
B
-rw-r--r--
2022-11-23 21:17
hosts.photon.tmpl
874
B
-rw-r--r--
2022-11-23 21:17
hosts.redhat.tmpl
912
B
-rw-r--r--
2022-11-23 21:17
hosts.suse.tmpl
1.04
KB
-rw-r--r--
2022-11-23 21:17
ntp.conf.alpine.tmpl
203
B
-rw-r--r--
2022-11-23 21:17
ntp.conf.debian.tmpl
2.1
KB
-rw-r--r--
2022-11-23 21:17
ntp.conf.fedora.tmpl
2.03
KB
-rw-r--r--
2022-11-23 21:17
ntp.conf.freebsd.tmpl
4.06
KB
-rw-r--r--
2022-11-23 21:17
ntp.conf.opensuse.tmpl
2.69
KB
-rw-r--r--
2022-11-23 21:17
ntp.conf.photon.tmpl
1.81
KB
-rw-r--r--
2022-11-23 21:17
ntp.conf.rhel.tmpl
1.81
KB
-rw-r--r--
2022-11-23 21:17
ntp.conf.sles.tmpl
2.69
KB
-rw-r--r--
2022-11-23 21:17
ntp.conf.ubuntu.tmpl
2.45
KB
-rw-r--r--
2022-11-23 21:17
ntpd.conf.openbsd.tmpl
491
B
-rw-r--r--
2022-11-23 21:17
resolv.conf.tmpl
921
B
-rw-r--r--
2022-11-23 21:17
sources.list.debian.tmpl
1.41
KB
-rw-r--r--
2022-11-23 21:17
sources.list.ubuntu.tmpl
2.45
KB
-rw-r--r--
2022-11-23 21:17
systemd.resolved.conf.tmpl
504
B
-rw-r--r--
2022-11-23 21:17
timesyncd.conf.tmpl
203
B
-rw-r--r--
2022-11-23 21:17
Save
Rename
## 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 %} {# Flags and options are required to be on the same line preceded by "options" keyword #} {% if options or flags %} options {%- for flag in flags %} {{flag-}} {% endfor %} {%- for key, value in options.items()|sort %} {{key}}:{{value-}} {% endfor %} {% endif %}