Skip to content

Commit 7801377

Browse files
committed
Refactor policy.hujson by removing unnecessary array brackets around the 'ottawa.k8s' configuration for improved clarity and consistency in policy definitions.
1 parent e26482a commit 7801377

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tailscale/policy.hujson

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,12 @@
148148
"rewrite": "svc.cluster.local",
149149
"translateid": -1
150150
},
151-
},
152-
{
153151
"ottawa.k8s": {
154152
"dns": ["10.2.0.10:53"],
155153
"rewrite": "svc.cluster.local",
156154
"translateid": -1
157-
},
158-
},
155+
}
156+
}
159157
],
160158
},
161159
},

0 commit comments

Comments
 (0)