mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Default to /var/run/yggdrasil.sock for admin on darwin/macOS
This commit is contained in:
		
							parent
							
								
									74a904d04c
								
							
						
					
					
						commit
						bbe2f56b74
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@ package defaults
 | 
			
		|||
func GetDefaults() platformDefaultParameters {
 | 
			
		||||
	return platformDefaultParameters{
 | 
			
		||||
		// Admin
 | 
			
		||||
		DefaultAdminListen: "tcp://localhost:9001",
 | 
			
		||||
		DefaultAdminListen: "unix:///var/run/yggdrasil.sock",
 | 
			
		||||
 | 
			
		||||
		// TUN/TAP
 | 
			
		||||
		MaximumIfMTU:     65535,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue