1
0
Fork 0

Fix vpn ips

This commit is contained in:
Malte Brandy 2018-07-27 14:59:57 +02:00
parent 15632dc83e
commit 31c3b1f515
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -18,9 +18,9 @@ with lib;
hera-p = "${p}::3";
apollo-p = "${p}::1";
wg-p = "${p}::100";
in {
hera-wg = "${wg-p}::1";
apollo-wg = "${wg-p}::2";
in rec {
hera-wg = "${wg-p}:1";
apollo-wg = "${wg-p}:2";
hera-v4 = "213.136.94.190";
hera = "${p}::1";