Linux lionsclub 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.29 (Ubuntu)
: 161.35.52.75 | : 3.138.181.93
Cant Read [ /etc/named.conf ]
7.4.28
www-data
shells.trxsecurity.org
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
etc /
cloud /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
chef_client.rb.tmpl
1.63
KB
-rw-r--r--
chrony.conf.alpine.tmpl
1.09
KB
-rw-r--r--
chrony.conf.centos.tmpl
1.15
KB
-rw-r--r--
chrony.conf.cos.tmpl
775
B
-rw-r--r--
chrony.conf.debian.tmpl
1.08
KB
-rw-r--r--
chrony.conf.fedora.tmpl
1.24
KB
-rw-r--r--
chrony.conf.freebsd.tmpl
13.88
KB
-rw-r--r--
chrony.conf.opensuse-leap.tmpl
991
B
-rw-r--r--
chrony.conf.opensuse-microos.t...
991
B
-rw-r--r--
chrony.conf.opensuse-tumblewee...
991
B
-rw-r--r--
chrony.conf.opensuse.tmpl
991
B
-rw-r--r--
chrony.conf.photon.tmpl
1.24
KB
-rw-r--r--
chrony.conf.rhel.tmpl
1.15
KB
-rw-r--r--
chrony.conf.sle-micro.tmpl
991
B
-rw-r--r--
chrony.conf.sle_hpc.tmpl
991
B
-rw-r--r--
chrony.conf.sles.tmpl
991
B
-rw-r--r--
chrony.conf.ubuntu.tmpl
1.25
KB
-rw-r--r--
host.mariner.tmpl
898
B
-rw-r--r--
hosts.alpine.tmpl
919
B
-rw-r--r--
hosts.arch.tmpl
841
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.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.alpine.tmpl
203
B
-rw-r--r--
ntp.conf.debian.tmpl
2.1
KB
-rw-r--r--
ntp.conf.fedora.tmpl
2.03
KB
-rw-r--r--
ntp.conf.freebsd.tmpl
4.06
KB
-rw-r--r--
ntp.conf.opensuse.tmpl
2.69
KB
-rw-r--r--
ntp.conf.photon.tmpl
1.81
KB
-rw-r--r--
ntp.conf.rhel.tmpl
1.81
KB
-rw-r--r--
ntp.conf.sles.tmpl
2.69
KB
-rw-r--r--
ntp.conf.ubuntu.tmpl
2.45
KB
-rw-r--r--
ntpd.conf.openbsd.tmpl
491
B
-rw-r--r--
resolv.conf.tmpl
921
B
-rw-r--r--
sources.list.debian.tmpl
1.41
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 : ntp.conf.debian.tmpl
## template:jinja # /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help driftfile /var/lib/ntp/ntp.drift # Enable this if you want statistics to be logged. #statsdir /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable # You do need to talk to an NTP server or two (or three). #server ntp.your-provider.example # pool.ntp.org maps to about 1000 low-stratum NTP servers. Your server will # pick a different set every time it starts up. Please consider joining the # pool: <http://www.pool.ntp.org/join.html> {% if pools %}# pools {% endif %} {% for pool in pools -%} pool {{pool}} iburst {% endfor %} {%- if servers %}# servers {% endif %} {% for server in servers -%} server {{server}} iburst {% endfor %} # Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for # details. The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions> # might also be helpful. # # Note that "restrict" applies to both servers and clients, so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers. # By default, exchange time with everybody, but don't allow configuration. restrict -4 default kod notrap nomodify nopeer noquery limited restrict -6 default kod notrap nomodify nopeer noquery limited # Local users may interrogate the ntp server more closely. restrict 127.0.0.1 restrict ::1 # Needed for adding pool entries restrict source notrap nomodify noquery # Clients from this (example!) subnet have unlimited access, but only if # cryptographically authenticated. #restrict 192.168.123.0 mask 255.255.255.0 notrust # If you want to provide time to your local subnet, change the next line. # (Again, the address is an example only.) #broadcast 192.168.123.255 # If you want to listen to time broadcasts on your local subnet, de-comment the # next lines. Please do this only if you trust everybody on the network! #disable auth #broadcastclient
Close