Skip to content

Commit

Permalink
dn42: add mitt, stevie on buyvm, v-ps-hkg, v-ps-sjc
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed May 6, 2024
1 parent e88d77f commit 9dcab39
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 0 deletions.
45 changes: 45 additions & 0 deletions hosts/buyvm/dn42.nix
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,51 @@
peerIPv6LinkLocal = "fe80::ade0";
};
};
stevie-de = {
remoteASN = 4242420337;
latencyMs = 13;
tunnel = {
type = "wireguard";
localPort = 20337;
remoteAddress = "2a02:180:6:1::553";
remotePort = 22547;
wireguardPubkey = "mBNrNCAOvBWf0nukCNnNPW2N1pfyoBKZV0HFh7h2pBI=";
};
addressing = {
peerIPv4 = "172.23.25.131";
peerIPv6LinkLocal = "fe80::4337";
};
};
stevie-it = {
remoteASN = 4242420337;
latencyMs = 20;
tunnel = {
type = "wireguard";
localPort = 30337;
remoteAddress = "2a02:29e0:1:1f1::1";
remotePort = 22547;
wireguardPubkey = "dJ8tHgXY12Fxrm+cCbaMsTpPZ/jPK8cGOyGwTT1Jxig=";
};
addressing = {
peerIPv4 = "172.23.25.133";
peerIPv6LinkLocal = "fe80::4337";
};
};
stevie-nl = {
remoteASN = 4242420337;
latencyMs = 9;
tunnel = {
type = "wireguard";
localPort = 40337;
remoteAddress = "62.3.53.6";
remotePort = 22547;
wireguardPubkey = "8GhvuPEZ/lYYOd0zlLWAhvZn+di2mCLVE8VyAtKLSWU=";
};
addressing = {
peerIPv4 = "172.23.25.141";
peerIPv6LinkLocal = "fe80::4337";
};
};
sunnet = {
remoteASN = 4242423088;
latencyMs = 6;
Expand Down
45 changes: 45 additions & 0 deletions hosts/v-ps-hkg/dn42.nix
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,21 @@
peerIPv6LinkLocal = "fe80::2925";
};
};
mitt = {
remoteASN = 4242420631;
latencyMs = 2;
tunnel = {
type = "wireguard";
localPort = 20631;
remoteAddress = "hk0.dn42.mitt.fun";
remotePort = 22547;
wireguardPubkey = "tmvmR1Sy1VaWYHghXKPy9JU5jgJUSqpVd9YeTPtBewY=";
};
addressing = {
peerIPv4 = "172.23.9.193";
peerIPv6LinkLocal = "fe80::631";
};
};
purofle = {
remoteASN = 4242422886;
latencyMs = 3;
Expand Down Expand Up @@ -355,6 +370,36 @@
peerIPv6LinkLocal = "fe80::26cf";
};
};
stevie-hk = {
remoteASN = 4242420337;
latencyMs = 1;
tunnel = {
type = "wireguard";
localPort = 20337;
remoteAddress = "2400:8a20:112:1::38f";
remotePort = 22547;
wireguardPubkey = "jQAdLlfZ0mQBAAxIfSnltEBQQRIlf9/jMGWWPIOZY0Q=";
};
addressing = {
peerIPv4 = "172.23.25.149";
peerIPv6LinkLocal = "fe80::4337";
};
};
stevie-sg = {
remoteASN = 4242420337;
latencyMs = 40;
tunnel = {
type = "wireguard";
localPort = 30337;
remoteAddress = "5.253.36.245";
remotePort = 22547;
wireguardPubkey = "YNtKEDfjy9U131x1oqAGbK14XZGjj7GL3g3eI9wcBEA=";
};
addressing = {
peerIPv4 = "172.23.25.134";
peerIPv6LinkLocal = "fe80::4337";
};
};
sunnet = {
remoteASN = 4242423088;
latencyMs = 2;
Expand Down
15 changes: 15 additions & 0 deletions hosts/v-ps-sjc/dn42.nix
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,21 @@
peerIPv6LinkLocal = "fe80::3947:4";
};
};
stevie-lax = {
remoteASN = 4242420337;
latencyMs = 8;
tunnel = {
type = "wireguard";
localPort = 20337;
remoteAddress = "2602:f988:77:5:eabb:b4d9:3000:a950";
remotePort = 22547;
wireguardPubkey = "LI4yt68G9EbbcUVWhHOYQhZ4xAOz6OnmY5X4yXVQ2iA=";
};
addressing = {
peerIPv4 = "172.23.25.135";
peerIPv6LinkLocal = "fe80::4337";
};
};
sunnet = {
remoteASN = 4242423088;
latencyMs = 1;
Expand Down

0 comments on commit 9dcab39

Please sign in to comment.