mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	these are not files!
This commit is contained in:
		
							parent
							
								
									8fa0fe65ba
								
							
						
					
					
						commit
						817cc1e567
					
				| @ -169,8 +169,8 @@ func getHeadscaleApp() (*headscale.Headscale, error) { | ||||
| 		TLSCertPath: absPath(viper.GetString("tls_cert_path")), | ||||
| 		TLSKeyPath:  absPath(viper.GetString("tls_key_path")), | ||||
| 
 | ||||
| 		ACMEEmail: absPath(viper.GetString("acme_email")), | ||||
| 		ACMEURL:   absPath(viper.GetString("acme_url")), | ||||
| 		ACMEEmail: viper.GetString("acme_email"), | ||||
| 		ACMEURL:   viper.GetString("acme_url"), | ||||
| 
 | ||||
| 		DNSConfig: GetDNSConfig(), | ||||
| 	} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user