add cherry to wireguard

This commit is contained in:
Ingolf Wagner 2024-04-12 19:55:08 +02:00
parent 26266dc088
commit fe9efe5852
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -48,6 +48,11 @@
publicKey = "R1Vk1DDG/LsVU0HHRDmOJshXOVnNzPVbuv5hP7ZSGEQ="; publicKey = "R1Vk1DDG/LsVU0HHRDmOJshXOVnNzPVbuv5hP7ZSGEQ=";
allowedIPs = [ "10.100.0.6/32" ]; allowedIPs = [ "10.100.0.6/32" ];
} }
{
# cherry
publicKey = "ZNnlmPdxAGYtaUvOU2V47tcEhcB06LBCXkSxIvWZL2k=";
allowedIPs = [ "10.100.0.7/32" ];
}
]; ];
}; };
}; };