NTP - NTS Server

ntp server: time.ntpsecure.xyz no-encryption | ntpd-rs
nts server: time.ntpsecure.xyz:4460 encryption | ntpd-rs

NTPSecure uses a mix of Network Time Protocol and Network Time Security server.

Network Time Protocol (NTP) is a networking protocol designed to synchronize the clocks of computers and devices
over a network, ensuring accurate and consistent timekeeping across distributed systems.
It operates primarily over the User Datagram Protocol (UDP) on port 123 and is defined in RFC 5905 (and earlier RFCs).
Network Time Security (NTS) is a security framework for the Network Time Protocol (NTP), designed to protect time synchronization
against attacks such as spoofing, man-in-the-middle (MITM), and replay attacks. Defined in RFC 8915, NTS ensures the authenticity,
integrity, and confidentiality of NTP communications over untrusted networks, addressing
vulnerabilities in traditional NTP implementations.


NTP - Technical Overview




NTS - Technical Overview



NTP Server Received Packets Total


NTS Server Received Packets Total





The server config consists of 4 ntp servers, from switzerland and one nts server for stratum 1 sync.
			
		[[source]]
			mode = "server"
			address = "10.11.12.10"

		[[source]]
			mode = "server"
			address = "ntp11.metas.ch"

		[[source]]	
			mode = "server"
			address = "ntp12.metas.ch"

		[[source]]
			mode = "server"
			address = "ntp13.metas.ch"

		[[source]]
			mode = "nts"
			address = "time.cloudflare.com"