mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-17 05:20:43 +09:00
Add basic test of yaml parsing
This commit is contained in:
@@ -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