mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			452 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// This ACL is used to test group expansion
 | 
						|
 | 
						|
{
 | 
						|
    "Groups": {
 | 
						|
        "group:example": [
 | 
						|
            "testnamespace",
 | 
						|
        ],
 | 
						|
    },
 | 
						|
 | 
						|
    "Hosts": {
 | 
						|
        "host-1": "100.100.100.100",
 | 
						|
        "subnet-1": "100.100.101.100/24",
 | 
						|
    },
 | 
						|
 | 
						|
    "ACLs": [
 | 
						|
        {
 | 
						|
            "Action": "accept",
 | 
						|
            "Users": [
 | 
						|
                "group:example",
 | 
						|
            ],
 | 
						|
            "Ports": [
 | 
						|
                "host-1:*",
 | 
						|
            ],
 | 
						|
        },
 | 
						|
    ],
 | 
						|
} |