mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge pull request #537 from reynico/exit-if-acl-wrong
This commit is contained in:
		
						commit
						bc63c577a9
					
				| @ -4,6 +4,7 @@ | ||||
| 
 | ||||
| ### Changes | ||||
| 
 | ||||
| - Headscale fails to serve if the ACL policy file cannot be parsed [#537](https://github.com/juanfont/headscale/pull/537) | ||||
| - Fix labels cardinality error when registering unknown pre-auth key [#519](https://github.com/juanfont/headscale/pull/519) | ||||
| - Fix send on closed channel crash in polling [#542](https://github.com/juanfont/headscale/pull/542) | ||||
| 
 | ||||
|  | ||||
| @ -408,7 +408,7 @@ func getHeadscaleApp() (*headscale.Headscale, error) { | ||||
| 		aclPath := absPath(viper.GetString("acl_policy_path")) | ||||
| 		err = app.LoadACLPolicy(aclPath) | ||||
| 		if err != nil { | ||||
| 			log.Error(). | ||||
| 			log.Fatal(). | ||||
| 				Str("path", aclPath). | ||||
| 				Err(err). | ||||
| 				Msg("Could not load the ACL policy") | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user