PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB` REDROOM
PHP 5.6.40
Preview: ntp.conf.freebsd.tmpl Size: 4.13 KB
/etc/cloud.bak/templates/ntp.conf.freebsd.tmpl

## template:jinja

#
# $FreeBSD$
#
# Default NTP servers for the FreeBSD operating system.
#
# Don't forget to enable ntpd in /etc/rc.conf with:
# ntpd_enable="YES"
#
# The driftfile is by default /var/db/ntpd.drift, check
# /etc/defaults/rc.conf on how to change the location.
#

#
# Set the target and limit for adding servers configured via pool statements
# or discovered dynamically via mechanisms such as broadcast and manycast.
# Ntpd automatically adds maxclock-1 servers from configured pools, and may
# add as many as maxclock*2 if necessary to ensure that at least minclock
# servers are providing good consistent time.
#
tos minclock 3 maxclock 6

#
# The following pool statements will give you a random set of IPv4 and IPv6
# NTP servers geographically close to you.  A single pool statement adds
# multiple servers from the pool, according to the tos minclock/maxclock
# targets.
# See http://www.pool.ntp.org/ for details.  Note, pool.ntp.org encourages
# users with a static IP and good upstream NTP servers to add a server
# to the pool.  See http://www.pool.ntp.org/join.html if you are interested.
#
# The option `iburst' is used for faster initial synchronization.
#
{% if pools %}# pools
{% endif %}
{% for pool in pools -%}
pool {{pool}} iburst
{% endfor %}
{% for peer in peers -%}
peer {{peer}}
{% endfor %}

#
# To configure a specific server, such as an organization-wide local
# server, add lines similar to the following.  One or more specific
# servers can be configured in addition to, or instead of, any server
# pools specified above.  When both are configured, ntpd first adds all
# the specific servers, then adds servers from the pool until the tos
# minclock/maxclock targets are met.
#
{%- if servers %}# servers
{% endif %}
{% for server in servers -%}
server {{server}} iburst
{% endfor %}

#
# Security:
#
# By default, only allow time queries and block all other requests
# from unauthenticated clients.
#
# The "restrict source" line allows peers to be mobilized when added by
# ntpd from a pool, but does not enable mobilizing a new peer association
# by other dynamic means (broadcast, manycast, ntpq commands, etc).
#
# See http://support.ntp.org/bin/view/Support/AccessRestrictions
# for more information.
#
restrict default limited kod nomodify notrap noquery nopeer
restrict source  limited kod nomodify notrap noquery

#
# Alternatively, the following rules would block all unauthorized access.
#
#restrict default ignore
#
# In this case, all remote NTP time servers also need to be explicitly
# allowed or they would not be able to exchange time information with
# this server.
#
# Please note that this example doesn't work for the servers in
# the pool.ntp.org domain since they return multiple A records.
#
#restrict 0.pool.ntp.org nomodify nopeer noquery notrap
#restrict 1.pool.ntp.org nomodify nopeer noquery notrap
#restrict 2.pool.ntp.org nomodify nopeer noquery notrap
#
# The following settings allow unrestricted access from the localhost
restrict 127.0.0.1
restrict ::1

#
# If a server loses sync with all upstream servers, NTP clients
# no longer follow that server. The local clock can be configured
# to provide a time source when this happens, but it should usually
# be configured on just one server on a network. For more details see
# http://support.ntp.org/bin/view/Support/UndisciplinedLocalClock
# The use of Orphan Mode may be preferable.
#
#server 127.127.1.0
#fudge 127.127.1.0 stratum 10

# See http://support.ntp.org/bin/view/Support/ConfiguringNTP#Section_6.14.
# for documentation regarding leapfile. Updates to the file can be obtained
# from ftp://time.nist.gov/pub/ or ftp://tycho.usno.navy.mil/pub/ntp/.
# Use either leapfile in /etc/ntp or periodically updated leapfile in /var/db.
#leapfile "/etc/ntp/leap-seconds"
leapfile "/var/db/ntpd.leap-seconds.list"

# Specify the number of megabytes of memory that should be allocated and
# locked. -1 (default) means "do not lock the process into memory".
# 0 means "lock whatever memory the process wants into memory". Any other
# number means to lock up to that number of megabytes into memory.
# 0 may result in a segfault when ASLR with stack gap randomization
# is enabled.
#rlimit memlock 32

Directory Contents

Dirs: 0 × Files: 47

Name Size Perms Modified Actions
1.63 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.25 KB lrw-r--r-- 2025-03-13 16:42:07
Edit Download
1.18 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.25 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.25 KB lrw-r--r-- 2025-03-13 16:42:07
Edit Download
874 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.18 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.34 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
13.98 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.06 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.06 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.06 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.06 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.34 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.25 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.06 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.06 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.06 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.35 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
919 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
841 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
845 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
911 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
910 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
898 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
874 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
912 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.04 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.86 KB lrw-r--r-- 2025-03-13 16:42:07
Edit Download
255 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.86 KB lrw-r--r-- 2025-03-13 16:42:07
Edit Download
2.15 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
2.08 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
4.13 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
2.74 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.86 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.86 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
2.74 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
2.50 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
543 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
921 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.42 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
1.41 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
3.03 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
2.45 KB lrw-r--r-- 2023-12-04 11:47:40
Edit Download
504 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download
203 B lrw-r--r-- 2023-12-04 11:47:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).
© 2026 REDROOM — Secure File Manager. All rights reserved. Built with ❤️ & Red Dark UI