forked from pub-solar/os
dumpyourvms: add momo wireguard, update /etc/hosts
This commit is contained in:
parent
f21d815361
commit
559ce897ec
|
@ -39,13 +39,6 @@
|
|||
"10.0.1.207" = [ "cn06.lev-1" ];
|
||||
"10.0.1.208" = [ "cn07.lev-1" ];
|
||||
"10.101.64.10" = [ "wifi.bahn.de" ];
|
||||
"80.71.153.29" = [ "eu-central.manta.greenbaum.cloud" ];
|
||||
"85.88.23.37" = [ "git.greenbaum.cloud" ];
|
||||
"10.0.1.17" = [ "drone.greenbaum.cloud" ];
|
||||
"10.0.1.2" = [ "lev-1.adminui.greenbaum.cloud" ];
|
||||
"80.71.153.10" = [ "lev-1.api.greenbaum.cloud" ];
|
||||
"80.71.153.12" = [ "lev-1.docker.greenbaum.cloud" ];
|
||||
"80.71.153.56" = [ "lev-1.monitor.greenbaum.cloud" ];
|
||||
"192.168.13.25" = [
|
||||
"ryzensun.local"
|
||||
"cloudapi.coal-1.mnx.io"
|
||||
|
@ -90,6 +83,7 @@
|
|||
];
|
||||
};
|
||||
wg2 = {
|
||||
autostart = false;
|
||||
address = [ "10.6.6.4/32" ];
|
||||
privateKeyFile = "/etc/wireguard/wg2.privatekey";
|
||||
|
||||
|
@ -107,6 +101,7 @@
|
|||
];
|
||||
};
|
||||
wg3 = {
|
||||
autostart = false;
|
||||
address = [ "10.11.11.2/32" ];
|
||||
privateKeyFile = "/etc/wireguard/wg3.privatekey";
|
||||
mtu = 1300;
|
||||
|
@ -248,6 +243,27 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
wg7 = {
|
||||
address = [
|
||||
"10.30.30.201/32"
|
||||
"fd00:3030:3030:3030:3030:201::/96"
|
||||
];
|
||||
privateKeyFile = "/etc/wireguard/wg7.privatekey";
|
||||
|
||||
peers = [
|
||||
{
|
||||
# pioneer.momo.koeln
|
||||
publicKey = "W9Vn2yv+AZjOD7sqKp4DyMbIz5N++Vjlr+6J3BnXj3o=";
|
||||
allowedIPs = [
|
||||
"10.30.30.1/32"
|
||||
"fd00:3030:3030:3030:3030:1::/96"
|
||||
];
|
||||
#endpoint = "80.244.242.4:51820";
|
||||
endpoint = "[2001:4d88:1ffa:26::4]:51820";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
];
|
||||
};
|
||||
# mozillavpn
|
||||
moz0 = {
|
||||
autostart = false;
|
||||
|
|
Loading…
Reference in a new issue