Pim Kunis
998e01ae8c
Enable DNS over IPv6 and TCP to comply with isnic Provision k3s CA Make Atlas a k8s agent instead of server
14 lines
425 B
Nix
14 lines
425 B
Nix
{
|
|
routerPublicIPv4 = "192.145.57.90";
|
|
routerPublicIPv6 = "2a0d:6e00:1a77::1";
|
|
minecraftIPv4 = "192.168.30.136";
|
|
dnsmasqIPv4 = "192.168.30.135";
|
|
bind9IPv4 = "192.168.30.134";
|
|
bind9Ipv6 = "2a0d:6e00:1a77:30::134";
|
|
bittorrentIPv4 = "192.168.30.133";
|
|
gitIPv4 = "192.168.30.132";
|
|
piholeIPv4 = "192.168.30.131";
|
|
inbucketIPv4 = "192.168.30.130";
|
|
kmsIPv4 = "192.168.30.129";
|
|
traefikIPv4 = "192.168.30.128";
|
|
}
|