Add missing trusted AS211024 prefixes
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 20m12s

This commit is contained in:
Jack O'Sullivan 2023-12-20 23:43:04 +00:00
parent e760569b3e
commit 85189e74f8

View File

@ -284,11 +284,13 @@ rec {
as211024 = rec { as211024 = rec {
trusted = { trusted = {
v4 = [ v4 = [
colony.prefixes.as211024.v4
colony.prefixes.all.v4 colony.prefixes.all.v4
home.prefixes.all.v4 home.prefixes.all.v4
tailscale.prefix.v4 tailscale.prefix.v4
]; ];
v6 = [ v6 = [
colony.prefixes.as211024.v6
colony.prefixes.all.v6 colony.prefixes.all.v6
home.prefixes.all.v6 home.prefixes.all.v6
tailscale.prefix.v6 tailscale.prefix.v6