nixos/colony: Add darts VM
This commit is contained in:
@@ -315,6 +315,10 @@ in
|
||||
Destination = prefixes.vip1;
|
||||
Gateway = allAssignments.colony.routing.ipv4.address;
|
||||
}
|
||||
{
|
||||
Destination = prefixes.darts.v4;
|
||||
Gateway = allAssignments.colony.routing.ipv4.address;
|
||||
}
|
||||
{
|
||||
Destination = prefixes.cust.v6;
|
||||
Gateway = allAssignments.colony.internal.ipv6.address;
|
||||
@@ -429,7 +433,7 @@ in
|
||||
return
|
||||
}
|
||||
chain filter-routing {
|
||||
ip daddr ${prefixes.mail.v4} accept
|
||||
ip daddr { ${prefixes.mail.v4}, ${prefixes.darts.v4} } accept
|
||||
ip6 daddr ${prefixes.cust.v6} accept
|
||||
|
||||
tcp flags & (fin|syn|rst|ack) == syn ct state new jump routing-tcp
|
||||
|
@@ -152,6 +152,9 @@ in
|
||||
mail-vm IN A ${net.cidr.host 0 prefixes.mail.v4}
|
||||
mail-vm IN AAAA ${net.cidr.host 1 prefixes.mail.v6}
|
||||
|
||||
darts-cust IN A ${net.cidr.host 0 prefixes.darts.v4}
|
||||
darts-cust IN AAAA ${net.cidr.host 1 prefixes.darts.v6}
|
||||
|
||||
andrey-cust IN A ${allAssignments.kelder.estuary.ipv4.address}
|
||||
|
||||
$TTL 3
|
||||
@@ -202,6 +205,8 @@ in
|
||||
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2 IN PTR mail.nul.ie.
|
||||
|
||||
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.0.0.2 IN PTR darts-cust.${config.networking.domain}.
|
||||
|
||||
${lib.my.dns.ptr6Records {
|
||||
inherit allAssignments names;
|
||||
domain = config.networking.domain;
|
||||
|
Reference in New Issue
Block a user