Skip to content

Commit

Permalink
dn42: add zerowolf on v-ps-hkg
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Jan 23, 2025
1 parent d1fc3bb commit a0db731
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hosts/v-ps-hkg/dn42.nix
Original file line number Diff line number Diff line change
Expand Up @@ -560,5 +560,20 @@
peerIPv6LinkLocal = "fe80::1894";
};
};
zerowolf = {
remoteASN = 4242420233;
latencyMs = 4;
tunnel = {
type = "wireguard";
localPort = 20233;
remoteAddress = "hk2.l0.ink";
remotePort = 22547;
wireguardPubkey = "bWUSnkOds7fUAw/hh30QaORMjPi4+/PRWY8+AgqC6UU=";
};
addressing = {
peerIPv4 = "172.20.6.64";
peerIPv6LinkLocal = "fe80::233";
};
};
};
}

0 comments on commit a0db731

Please sign in to comment.