mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Update config.go
This commit is contained in:
		
							parent
							
								
									f60c5a1398
								
							
						
					
					
						commit
						9f381256c4
					
				| @ -175,7 +175,7 @@ func LoadConfig(path string, isFile bool) error { | ||||
| 	viper.SetDefault("derp.server.enabled", false) | ||||
| 	viper.SetDefault("derp.server.stun.enabled", true) | ||||
| 
 | ||||
| 	viper.SetDefault("unix_socket", "/var/run/headscale/headscale.sock") | ||||
| 	viper.SetDefault("unix_socket", "/var/run/headscale.sock") | ||||
| 	viper.SetDefault("unix_socket_permission", "0o770") | ||||
| 
 | ||||
| 	viper.SetDefault("grpc_listen_addr", ":50443") | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user