mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-30 00:37:26 +01:00 
			
		
		
		
	I was unable to find much information about this, but see the previous commit and Brave Leo said > Yes, it's generally acceptable to use interleaved mode with a public NTP (Network Time Protocol) server, as long as you comply with the server's usage policies. This mode allows for time synchronization while also providing a fallback if the primary time source fails. However, keep in mind that public NTP servers are often subject to heavy traffic, so they may not provide the most accurate or timely synchronization.
		
			
				
	
	
		
			10 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			348 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Public official Finnish time server
 | |
| # https://www.vttresearch.com/en/ourservices/time-finland-ntp-network-time-service
 | |
| server time.mikes.fi iburst xleave
 | |
| server time2.mikes.fi iburst xleave
 | |
| server time3.mikes.fi iburst xleave
 | |
| 
 | |
| # Chrony according to https://monitor.mikes.fi/ntp/ thus known to support
 | |
| # xleave
 | |
| server time1.mikes.fi iburst xleave
 |