Compare commits
1 Commits
updated-in
...
updated-in
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
02e016ae55 |
@@ -46,25 +46,6 @@
|
|||||||
# dn42-router-general-wireguard-key public key:
|
# dn42-router-general-wireguard-key public key:
|
||||||
# r38qvXqu26x4f6yUGxg44Ji4db/g2HK7RZwG7Boh+38=
|
# r38qvXqu26x4f6yUGxg44Ji4db/g2HK7RZwG7Boh+38=
|
||||||
|
|
||||||
# darkpoint
|
|
||||||
wg0150 = {
|
|
||||||
ips = [
|
|
||||||
"fe80::2574/128"
|
|
||||||
];
|
|
||||||
postSetup = ''
|
|
||||||
ip addr replace dev wg0150 fe80::2574/128 peer fe80::150/128
|
|
||||||
'';
|
|
||||||
listenPort = 50150;
|
|
||||||
allowedIPsAsRoutes = false;
|
|
||||||
peers = [
|
|
||||||
{
|
|
||||||
allowedIPs = [ "fe80::/10" "fd00::/8" ];
|
|
||||||
endpoint = "fra.darkpoint.xyz:22574";
|
|
||||||
publicKey = "nfoxTtmJdBdxNR3TmfVLG13KA5E+ZtU+uIGCegxrxxw=";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
privateKeyFile = config.sops.secrets.dn42-router-general-wireguard-key.path;
|
|
||||||
};
|
|
||||||
# e1mo
|
# e1mo
|
||||||
wg0565 = {
|
wg0565 = {
|
||||||
ips = [
|
ips = [
|
||||||
@@ -257,13 +238,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
wireguardPeers = [
|
wireguardPeers = [
|
||||||
{
|
|
||||||
peerName = "peer_0150";
|
|
||||||
remoteAddress = "fe80::150";
|
|
||||||
interfaceName = "wg0150";
|
|
||||||
remoteAsn = "4242420150";
|
|
||||||
localAddress = "fe80::2574";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
peerName = "peer_0565";
|
peerName = "peer_0565";
|
||||||
remoteAddress = "fe80::565";
|
remoteAddress = "fe80::565";
|
||||||
|
|||||||
Reference in New Issue
Block a user