Skip to content

Commit 199baa5

Browse files
committed
Update Tailscale policy configuration with new domain assignments
- Replaced commented-out entries in policy.hujson with active configurations for the 'shared', 'robbinsdale', and 'ottawa' connectors. - Updated domains for each connector to reflect new target sites: 'reddit.com', 'bestbuy.com', and 'newegg.com'.
1 parent 6aa3fcd commit 199baa5

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

tailscale/policy.hujson

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -173,27 +173,27 @@
173173
// "connectors": ["tag:k8s"],
174174
// "presetAppID": "aws-cloudfront-global",
175175
// },
176-
// {
177-
// "name": "shared",
178-
// "connectors": ["tag:k8s"],
179-
// "domains": ["docs.google.com"],
180-
// },
181-
// {
182-
// "name": "robbinsdale",
183-
// "connectors": ["tag:robbinsdale"],
184-
// "domains": [
185-
// "robbinsdale.k8s",
186-
// ],
187-
// "routes": ["fd7a:115c:a1e0:b1a:0:1::/96"],
188-
// },
189-
// {
190-
// "name": "ottawa",
191-
// "connectors": ["tag:ottawa"],
192-
// "domains": [
193-
// "ottawa.k8s",
194-
// ],
195-
// "routes": ["fd7a:115c:a1e0:b1a:0:2::/96"],
196-
// },
176+
{
177+
"name": "shared",
178+
"connectors": ["tag:k8s"],
179+
"domains": ["reddit.com"],
180+
},
181+
{
182+
"name": "robbinsdale",
183+
"connectors": ["tag:robbinsdale"],
184+
"domains": [
185+
"bestbuy.com",
186+
],
187+
// "routes": ["fd7a:115c:a1e0:b1a:0:1::/96"],
188+
},
189+
{
190+
"name": "ottawa",
191+
"connectors": ["tag:ottawa"],
192+
"domains": [
193+
"newegg.com",
194+
],
195+
// "routes": ["fd7a:115c:a1e0:b1a:0:2::/96"],
196+
},
197197
],
198198
},
199199
},

0 commit comments

Comments
 (0)