Skip to content

Commit

Permalink
[tailscale] update hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Mar 7, 2024
1 parent f0d1632 commit 6fd010d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions policy.hujson
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"action": "accept",
"src": [
"node-two"
"worker-one"
],
"dst": [
"lan-internal:*",
Expand Down Expand Up @@ -157,7 +157,7 @@
},
"hosts": {
"node-one": "192.168.1.2",
"node-two": "192.168.1.10",
"worker-one": "192.168.1.10",
"node-three": "192.168.1.4",
"steamdeck": "192.168.1.12",
"lan-internal": "192.168.1.0/24",
Expand Down Expand Up @@ -278,11 +278,11 @@
{
"src": "node-one",
"accept": [
"node-two:22"
"worker-one:22"
]
},
{
"src": "node-two",
"src": "worker-one",
"accept": [
"node-one:22"
]
Expand All @@ -296,7 +296,7 @@
{
"src": "tag:clients",
"accept": [
"node-two:22"
"worker-one:22"
]
},
{
Expand Down

0 comments on commit 6fd010d

Please sign in to comment.