Fix wireguard
This commit is contained in:
parent
d1a705ec9f
commit
cd2f693515
|
@ -84,7 +84,7 @@
|
||||||
# Rock Pro 64
|
# Rock Pro 64
|
||||||
publicKey = "XVmG3/rNsCqc8KCmOx3+UUn9DJOnJ40Uxid5JGdChR4=";
|
publicKey = "XVmG3/rNsCqc8KCmOx3+UUn9DJOnJ40Uxid5JGdChR4=";
|
||||||
endpoint = "${extraInfo.wireguard.rockProEndpoint}:51820";
|
endpoint = "${extraInfo.wireguard.rockProEndpoint}:51820";
|
||||||
allowedIPs = [ "10.100.0.1/8" ];
|
allowedIPs = [ "10.100.0.1" ];
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
# VPS
|
# VPS
|
||||||
publicKey = "x45YsLDpMJw1pwKOvkyzdesen3lFcKpxCXACGz+xtDs=";
|
publicKey = "x45YsLDpMJw1pwKOvkyzdesen3lFcKpxCXACGz+xtDs=";
|
||||||
endpoint = "${extraInfo.wireguard.VPSEndpoint}:51820";
|
endpoint = "${extraInfo.wireguard.VPSEndpoint}:51820";
|
||||||
allowedIPs = [ "10.100.0.2/8" ];
|
allowedIPs = [ "10.100.0.2" ];
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue