Skip to content

Commit

Permalink
tailscale: type-ci 태그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dungsil committed Sep 23, 2024
1 parent 1b2dd15 commit 96b703e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tailscale/policy.hujson
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"tag:type-server": [
"group:me"
],
"tag:type-ci": [
"group:me"
]
},
// 접근제어 추가
"acls": [
Expand All @@ -35,7 +38,7 @@
"action": "accept",
"src": [
"tag:type-pc",
"tag:type-server"
"tag:type-ci"
],
"dst": [
"tag:type-server"
Expand Down

0 comments on commit 96b703e

Please sign in to comment.