System Gen170 @ 2025-04-24-01:32:25

This commit is contained in:
Jonas Röger 2025-04-24 01:32:26 +02:00
parent 5261b14130
commit cb96b3a390

View File

@ -1,6 +1,6 @@
{}: { {}: {
harbor = { harbor = {
publicKey = "oJ2ux3rsZv3hOKy9hNjfsf2JQbzbq6zjmFRFNvCCEno="; publicKey = "OMj8PyLqf/3r+SlsxOFBnMQVbz5sUzOYe4pml8imk0g=";
# Forward all trafic to the VPN. # Forward all trafic to the VPN.
allowedIPs = ["10.10.10.0/24"]; allowedIPs = ["10.10.10.0/24"];
@ -13,7 +13,7 @@
}; };
jonas = { jonas = {
publicKey = "uH3/+MkLpBCm3g4xd8yZbQ/ROKlyV1fRovtubguIUnE="; publicKey = "qOfYN3BLB/qFcgsnB8E4Fwt+mLUVDKIV9tsxJ53EpW4=";
address = ["10.10.10.2/24"]; address = ["10.10.10.2/24"];
allowedIPs = ["10.10.10.2/32"]; allowedIPs = ["10.10.10.2/32"];
}; };