devices.vps6: add pi3b to wireguard peers

This commit is contained in:
陈浩南 2024-03-28 21:38:26 +08:00
parent 400fc0ae03
commit 5e7867a76c

View File

@ -71,7 +71,7 @@ inputs:
wireguard = wireguard =
{ {
enable = true; enable = true;
peers = [ "pc" "nas" "vps7" "surface" "xmupc1" "xmupc2" ]; peers = [ "pc" "nas" "vps7" "surface" "xmupc1" "xmupc2" "pi3b" ];
publicKey = "AVOsYUKQQCvo3ctst3vNi8XSVWo1Wh15066aHh+KpF4="; publicKey = "AVOsYUKQQCvo3ctst3vNi8XSVWo1Wh15066aHh+KpF4=";
wireguardIp = "192.168.83.1"; wireguardIp = "192.168.83.1";
listenIp = "74.211.99.69"; listenIp = "74.211.99.69";