Rename bind to knot

This commit is contained in:
Sandro - 2024-01-27 23:27:11 +01:00
parent 4419a70661
commit 6122a49883
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
radiobert = "172.20.73.57";
mail = "172.20.73.58";
sdrweb = "172.20.73.60";
bind = "172.20.73.61";
knot = "172.20.73.61";
blogs = "172.20.73.62";
staging-data-hoarder = "172.20.73.64"; # tlms
oparl = "172.20.73.65";
@ -59,7 +59,7 @@
subnets6.dn42 = "fd23:42:c3d2:582::/64";
subnets6.up4 = "2a00:8180:2c00:282::/64";
hosts6.dn42 = {
bind = "fd23:42:c3d2:582:cd7:56ff:fe69:6366";
knot = "fd23:42:c3d2:582:cd7:56ff:fe69:6366";
blogs = "fd23:42:c3d2:582:b8a8:7dff:fee8:5ac2";
dns = "fd23:42:c3d2:582:2:0:0:2";
dnscache = "fd23:42:c3d2:582:f096:dbff:fee8:427d";
@ -91,7 +91,7 @@
stream = "fd23:42:c3d2:583:dc91:c7ff:fe51:d1c5";
};
hosts6.up4 = {
bind = "2a00:8180:2c00:282:cd7:56ff:fe69:6366";
knot = "2a00:8180:2c00:282:cd7:56ff:fe69:6366";
blogs = "2a00:8180:2c00:282:b8a8:7dff:fee8:5ac2";
dns = "2a00:8180:2c00:282:2:0:0:2";
dnscache = "2a00:8180:2c00:282:f096:dbff:fee8:427d";

View File

@ -47,12 +47,12 @@ in
sourcePort = 1965;
}
{
destination = servHosts.bind;
destination = servHosts.knot;
proto = "tcp";
sourcePort = 53;
}
{
destination = servHosts.bind;
destination = servHosts.knot;
proto = "udp";
sourcePort = 53;
}