Skip to content

Commit 7246421

Browse files
committed
Reorder and update IP addresses in tailscale policy configuration for improved clarity and consistency across various ipsets.
1 parent b7e9b46 commit 7246421

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tailscale/policy.hujson

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
"ipsets": {
44
"ipset:robbinsdale": [
55
"192.168.50.0/24",
6-
"fd7a:115c:a1e0:b1a:0:1::/96",
7-
"10.50.0.0/16",
86
"10.0.0.0/16",
97
"10.1.0.0/16",
8+
"10.50.0.0/16",
9+
"fd7a:115c:a1e0:b1a:0:1::/96",
1010
],
1111
"ipset:ottawa": [
1212
"192.168.169.0/24",
13-
"fd7a:115c:a1e0:b1a:0:2::/96",
14-
"10.169.0.0/16",
1513
"10.2.0.0/16",
1614
"10.3.0.0/16",
15+
"10.169.0.0/16",
16+
"fd7a:115c:a1e0:b1a:0:2::/96",
1717
],
1818
"ipset:stpetersburg": [
1919
"192.168.73.0/24",
20-
"10.73.3.0/24",
2120
"10.4.0.0/16",
2221
"10.5.0.0/16",
22+
"10.73.0.0/16",
2323
"fd7a:115c:a1e0:b1a:0:3::/96",
2424
],
2525
},

0 commit comments

Comments
 (0)