put our new ipv6 range everywhere

This commit is contained in:
Astro 2022-09-20 01:05:22 +02:00
parent 172e2f748b
commit 96df38bd7b
5 changed files with 7 additions and 2 deletions

View File

@ -27,6 +27,7 @@
"172.22.99.0/24" "172.22.99.0/24"
"172.20.72.0/21" "172.20.72.0/21"
"2a00:8180:2c00:200::/56" "2a00:8180:2c00:200::/56"
"2a0f:5382:acab:1400::/56"
]; ];
}; };
zeroconf.publish.enable = true; zeroconf.publish.enable = true;

View File

@ -12,7 +12,8 @@
"fd23:42:c3d2:500::/56", "fd23:42:c3d2:500::/56",
"172.22.99.0/24", "172.22.99.0/24",
"172.20.72.0/21", "172.20.72.0/21",
"2a00:8180:2c00:200::/56" "2a00:8180:2c00:200::/56",
"2a0f:5382:acab:1400::/56"
], ],
"server.address": [ "server.address": [
"unix:native", "unix:native",

View File

@ -37,7 +37,8 @@
"fd23:42:c3d2:500::/56", "fd23:42:c3d2:500::/56",
"172.22.99.0/24", "172.22.99.0/24",
"172.20.72.0/21", "172.20.72.0/21",
"2a00:8180:2c00:200::/56" "2a00:8180:2c00:200::/56",
"2a0f:5382:acab:1400::/56"
], ],
"pulse.default.format": "F32", "pulse.default.format": "F32",
"pulse.default.frag": "96000/48000", "pulse.default.frag": "96000/48000",

View File

@ -31,6 +31,7 @@
auth_basic secured; auth_basic secured;
auth_basic_user_file ${pkgs.matemat-auth}; auth_basic_user_file ${pkgs.matemat-auth};
allow 2a00:8180:2c00:200::/56; allow 2a00:8180:2c00:200::/56;
allow 2a0f:5382:acab:1400::/56;
allow fd23:42:c3d2:500::/56; allow fd23:42:c3d2:500::/56;
allow 30c:c3d2:b946:76d0::/64; allow 30c:c3d2:b946:76d0::/64;
allow 172.22.99.0/24; allow 172.22.99.0/24;

View File

@ -10,6 +10,7 @@
"172.20.72.0/21" "172.20.72.0/21"
"30c:c3d2:b946:76d0::/64" "30c:c3d2:b946:76d0::/64"
"2a00:8180:2c00:200::/56" "2a00:8180:2c00:200::/56"
"2a0f:5382:acab:1400::/56"
"fd23:42:c3d2:500::/56" "fd23:42:c3d2:500::/56"
]; ];
opts = o: fsid: opts = o: fsid: