Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
snap /
core22 /
2139 /
etc /
cloud /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
chef_client.rb.tmpl
1.63
KB
-rw-r--r--
chrony.conf.almalinux.tmpl
1.25
KB
-rw-r--r--
chrony.conf.alpine.tmpl
1.18
KB
-rw-r--r--
chrony.conf.centos.tmpl
1.25
KB
-rw-r--r--
chrony.conf.cloudlinux.tmpl
1.25
KB
-rw-r--r--
chrony.conf.cos.tmpl
873
B
-rw-r--r--
chrony.conf.debian.tmpl
1.18
KB
-rw-r--r--
chrony.conf.fedora.tmpl
1.34
KB
-rw-r--r--
chrony.conf.freebsd.tmpl
13.98
KB
-rw-r--r--
chrony.conf.opensuse-leap.tmpl
1.06
KB
-rw-r--r--
chrony.conf.opensuse-microos.tmpl
1.06
KB
-rw-r--r--
chrony.conf.opensuse.tmpl
1.06
KB
-rw-r--r--
chrony.conf.opensuse-tumbleweed.tmpl
1.06
KB
-rw-r--r--
chrony.conf.photon.tmpl
1.34
KB
-rw-r--r--
chrony.conf.rhel.tmpl
1.25
KB
-rw-r--r--
chrony.conf.rocky.tmpl
1.25
KB
-rw-r--r--
chrony.conf.sle_hpc.tmpl
1.06
KB
-rw-r--r--
chrony.conf.sle-micro.tmpl
1.06
KB
-rw-r--r--
chrony.conf.sles.tmpl
1.06
KB
-rw-r--r--
chrony.conf.ubuntu.tmpl
1.35
KB
-rw-r--r--
hosts.alpine.tmpl
893
B
-rw-r--r--
hosts.aosc.tmpl
931
B
-rw-r--r--
hosts.arch.tmpl
841
B
-rw-r--r--
hosts.azurelinux.tmpl
882
B
-rw-r--r--
hosts.debian.tmpl
845
B
-rw-r--r--
hosts.freebsd.tmpl
911
B
-rw-r--r--
hosts.gentoo.tmpl
910
B
-rw-r--r--
hosts.mariner.tmpl
876
B
-rw-r--r--
hosts.photon.tmpl
874
B
-rw-r--r--
hosts.redhat.tmpl
912
B
-rw-r--r--
hosts.suse.tmpl
1.04
KB
-rw-r--r--
ntp.conf.almalinux.tmpl
1.86
KB
-rw-r--r--
ntp.conf.alpine.tmpl
255
B
-rw-r--r--
ntp.conf.cloudlinux.tmpl
1.86
KB
-rw-r--r--
ntp.conf.debian.tmpl
2.15
KB
-rw-r--r--
ntp.conf.fedora.tmpl
2.08
KB
-rw-r--r--
ntp.conf.freebsd.tmpl
4.13
KB
-rw-r--r--
ntp.conf.opensuse.tmpl
2.74
KB
-rw-r--r--
ntp.conf.photon.tmpl
1.86
KB
-rw-r--r--
ntp.conf.rhel.tmpl
1.86
KB
-rw-r--r--
ntp.conf.rocky.tmpl
1.86
KB
-rw-r--r--
ntp.conf.sles.tmpl
2.74
KB
-rw-r--r--
ntp.conf.ubuntu.tmpl
2.5
KB
-rw-r--r--
ntpd.conf.openbsd.tmpl
543
B
-rw-r--r--
resolv.conf.tmpl
921
B
-rw-r--r--
sources.list.debian.deb822.tmpl
1.52
KB
-rw-r--r--
sources.list.debian.tmpl
1.41
KB
-rw-r--r--
sources.list.ubuntu.deb822.tmpl
3.02
KB
-rw-r--r--
sources.list.ubuntu.tmpl
2.45
KB
-rw-r--r--
systemd.resolved.conf.tmpl
504
B
-rw-r--r--
timesyncd.conf.tmpl
203
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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 %} {# 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 %}
Close