Add hosts file
This commit is contained in:
parent
032875eec9
commit
3b6cf23db1
4 changed files with 42 additions and 11 deletions
26
hosts.nix
Normal file
26
hosts.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
public.ipv4 = {
|
||||
"baldur.bertof.net" = "51.195.90.205";
|
||||
};
|
||||
zerotier = {
|
||||
ipv4 = {
|
||||
"thor.zto" = "172.23.24.223";
|
||||
"baldur.zto" = "172.23.171.70";
|
||||
"x3pro.zto" = "172.23.255.161";
|
||||
"odin.zto" = "172.23.219.133";
|
||||
"loki.zto" = "172.23.254.55";
|
||||
"tiziano.zto" = "172.23.110.109";
|
||||
"freya.zto" = "172.23.18.147";
|
||||
};
|
||||
ipv6 = {
|
||||
"thor.zto" = "fd80:56c2:e21c:f9c7:5399:9324:3c16:6499";
|
||||
"baldur.zto" = "fd80:56c2:e21c:f9c7:5399:933b:abd2:a7c9";
|
||||
"x3pro.zto" = "fd80:56c2:e21c:f9c7:5399:9379:6b02:be97";
|
||||
"odin.zto" = "fd80:56c2:e21c:f9c7:5399:9379:ef39:0dd3";
|
||||
"loki.zto" = "fd80:56c2:e21c:f9c7:5399:93b3:aa75:fed1";
|
||||
"tiziano.zto" = "fd80:56c2:e21c:f9c7:5399:93f3:4bbb:8b38";
|
||||
"freya.zto" = "fd80:56c2:e21c:f9c7:5399:93f3:ffbc:1355";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue