Add back Lenovo laptop as Redmond
This commit is contained in:
parent
c188a30dc2
commit
95044ea50b
10 changed files with 116 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
listenPort = 51820;
|
||||
privateKey = config.secrets.wgClientPriv;
|
||||
peers = [
|
||||
{ # 0.0.0.0 makes wg act like a traditional VPN
|
||||
{
|
||||
publicKey = config.secrets.wgServerPub;
|
||||
allowedIPs = [ "0.0.0.0/0" ];
|
||||
allowedIPs = [ "${config.ips.wgSpan}.0/24" ];
|
||||
endpoint = "sv.${config.secrets.jimDomain}:51820";
|
||||
persistentKeepalive = 25;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue