feat(network): new wireguard access
This commit is contained in:
parent
ace56666f5
commit
f25339fd2d
1 changed files with 22 additions and 0 deletions
|
@ -66,6 +66,28 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
wg34 = {
|
||||||
|
address = [
|
||||||
|
"10.34.12.8/24"
|
||||||
|
];
|
||||||
|
dns = [
|
||||||
|
"80.67.169.12"
|
||||||
|
"80.67.169.40"
|
||||||
|
# "89.234.152.131" #iloth
|
||||||
|
];
|
||||||
|
privateKeyFile = "/home/mrflos/Nextcloud/Apps/iloth.mrflos.wg-private.key";
|
||||||
|
|
||||||
|
peers = [
|
||||||
|
{
|
||||||
|
publicKey = "n23gZzugKc68ax6J8LDZ3DG7ECwjXXDi/XTwas6RbAU=";
|
||||||
|
allowedIPs = [
|
||||||
|
"10.34.0.0/16"
|
||||||
|
];
|
||||||
|
endpoint = "goelland-wan.distrilab.org:51777";
|
||||||
|
persistentKeepalive = 25;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue