mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-31 16:11:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			373 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			373 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // This ACL is used to test the port range expansion
 | |
| 
 | |
| {
 | |
|     "Hosts": {
 | |
|         "host-1": "100.100.100.100",
 | |
|         "subnet-1": "100.100.101.100/24",
 | |
|     },
 | |
| 
 | |
|     "ACLs": [
 | |
|         {
 | |
|             "Action": "accept",
 | |
|             "Users": [
 | |
|                 "subnet-1",
 | |
|             ],
 | |
|             "Ports": [
 | |
|                 "host-1:5400-5500",
 | |
|             ],
 | |
|         },
 | |
|     ],
 | |
| } |