Logo
Explore Help
Sign In
TheArchive/headscale
1
0
Fork 0
You've already forked headscale
mirror of https://github.com/juanfont/headscale.git synced 2025-01-12 11:03:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
headscale/tests/acls/acl_policy_basic_wildcards.yaml

11 lines
143 B
YAML
Raw Normal View History

Add basic test of yaml parsing
2022-02-27 09:04:59 +01:00
---
Migrate ACLs syntax to new Tailscale format Implements #617. Tailscale has changed the format of their ACLs to use a more firewall-y terms ("users" & "ports" -> "src" & "dst"). They have also started using all-lowercase tags. This PR applies these changes.
2022-06-08 13:40:15 +02:00
hosts:
Add basic test of yaml parsing
2022-02-27 09:04:59 +01:00
host-1: 100.100.100.100/32
subnet-1: 100.100.101.100/24
Migrate ACLs syntax to new Tailscale format Implements #617. Tailscale has changed the format of their ACLs to use a more firewall-y terms ("users" & "ports" -> "src" & "dst"). They have also started using all-lowercase tags. This PR applies these changes.
2022-06-08 13:40:15 +02:00
acls:
- action: accept
src:
Add basic test of yaml parsing
2022-02-27 09:04:59 +01:00
- "*"
Migrate ACLs syntax to new Tailscale format Implements #617. Tailscale has changed the format of their ACLs to use a more firewall-y terms ("users" & "ports" -> "src" & "dst"). They have also started using all-lowercase tags. This PR applies these changes.
2022-06-08 13:40:15 +02:00
dst:
Add basic test of yaml parsing
2022-02-27 09:04:59 +01:00
- host-1:*
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 3877ms Template: 64ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API