forked from Deuxfleurs/nixcfg
Wireguard configuration of Orion
This commit is contained in:
parent
9e39677e1d
commit
4253fd84a5
1 changed files with 25 additions and 0 deletions
|
@ -32,6 +32,31 @@
|
||||||
lan_endpoint = "192.168.1.33:33799";
|
lan_endpoint = "192.168.1.33:33799";
|
||||||
endpoint = "77.207.15.215:33733";
|
endpoint = "77.207.15.215:33733";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
hostname = "dahlia";
|
||||||
|
site_name = "orion";
|
||||||
|
publicKey = "EtRoWBYCdjqgXX0L+uWLg8KxNfIK8k9OTh30tL19bXU=";
|
||||||
|
IP = "10.83.2.1";
|
||||||
|
lan_endpoint = "192.168.1.11:33799";
|
||||||
|
endpoint = "82.66.80.201:33731";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
hostname = "diplotaxis";
|
||||||
|
site_name = "orion";
|
||||||
|
publicKey = "HbLC938mysadMSOxWgq8+qrv+dBKzPP/43OMJp/3phA=";
|
||||||
|
IP = "10.83.2.2";
|
||||||
|
lan_endpoint = "192.168.1.12:33799";
|
||||||
|
endpoint = "82.66.80.201:33732";
|
||||||
|
|
||||||
|
}
|
||||||
|
{
|
||||||
|
hostname = "doradille";
|
||||||
|
site_name = "orion";
|
||||||
|
publicKey = "e1C8jgTj9eD20ywG08G1FQZ+Js3wMK/msDUE1wO3l1Y=";
|
||||||
|
IP = "10.83.2.3";
|
||||||
|
lan_endpoint = "192.168.1.13:33799";
|
||||||
|
endpoint = "82.66.80.201:33733";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootstrap IPs for Consul cluster,
|
# Bootstrap IPs for Consul cluster,
|
||||||
|
|
Loading…
Reference in a new issue