adding tags

This commit is contained in:
godot 2024-07-23 23:32:52 +02:00
parent 72b0f1a2bf
commit 64260cb6c1

View File

@ -6,14 +6,14 @@
// }, // },
// Define the tags which can be applied to devices and by which users. // Define the tags which can be applied to devices and by which users.
"tagOwners": { "tagOwners": {
"tag:Host": ["autogroup:admin"], "tag:Host": ["autogroup:admin"],
"tag:Service": ["autogroup:admin"], "tag:Service": ["autogroup:admin"],
"tag:Bridge": ["autogroup:admin"], "tag:Bridge": ["autogroup:admin"],
"tag:Gate": ["autogroup:admin"], "tag:Gate": ["autogroup:admin"],
"tag:Random": ["autogroup:admin"], "tag:Random": ["autogroup:admin"],
"tag:Hidden": ["autogroup:admin"],
}, },
// Define access control lists for users, groups, autogroups, tags, // Define access control lists for users, groups, autogroups, tags,
// Tailscale IP addresses, and subnet ranges. // Tailscale IP addresses, and subnet ranges.