mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 21:27:45 +00:00
Add basic test of yaml parsing
This commit is contained in:
10
tests/acls/acl_policy_basic_wildcards.yaml
Normal file
10
tests/acls/acl_policy_basic_wildcards.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
Hosts:
|
||||
host-1: 100.100.100.100/32
|
||||
subnet-1: 100.100.101.100/24
|
||||
ACLs:
|
||||
- Action: accept
|
||||
Users:
|
||||
- "*"
|
||||
Ports:
|
||||
- host-1:*
|
Reference in New Issue
Block a user