Add gitea to SIIT-DC

This commit is contained in:
Vili Sinervä 2025-03-30 15:03:16 +03:00
parent 81c834cc32
commit 4303a7ebd6
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -12,9 +12,15 @@ in
# Explicit address mappings # Explicit address mappings
eamt = [ eamt = [
{ {
# ExoPlaSim
"ipv6 prefix" = "${config.custom.gua_pref}d1:be24:11ff:fe42:dd76/128"; "ipv6 prefix" = "${config.custom.gua_pref}d1:be24:11ff:fe42:dd76/128";
"ipv4 prefix" = "${v4_pref}.1/32"; "ipv4 prefix" = "${v4_pref}.1/32";
} }
{
# Gitea
"ipv6 prefix" = "${config.custom.gua_pref}d2:be24:11ff:feee:9c55/128";
"ipv4 prefix" = "${v4_pref}.2/32";
}
]; ];
}; };
}; };