mirror of
				https://github.com/Mastermindzh/dotfiles.git
				synced 2025-10-31 08:49:07 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Associate to Arch's NTP pool
 | |
| server 0.arch.pool.ntp.org
 | |
| server 1.arch.pool.ntp.org
 | |
| server 2.arch.pool.ntp.org
 | |
| server 3.arch.pool.ntp.org
 | |
| 
 | |
| # By default, the server allows:
 | |
| # - all queries from the local host
 | |
| # - only time queries from remote hosts, protected by rate limiting and kod
 | |
| restrict default kod limited nomodify nopeer noquery notrap
 | |
| restrict 127.0.0.1
 | |
| restrict ::1
 | |
| 
 | |
| # Location of drift file
 | |
| driftfile /var/lib/ntp/ntp.drift
 |