add new wg peer

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-02 17:55:10 +02:00
parent 17ec37ac5e
commit 4c7ef0f5e5
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ let
allow 10.0.0.2/32;
allow fdc9:281f:04d7:9ee9::2/128;
allow 10.0.0.3/32;
allow 10.0.0.4/32;
deny all;
'';
in

View File

@ -33,6 +33,10 @@
publicKey = "RqTsFxFCcgYsytcDr+jfEoOA5UNxa1ZzGlpx6iuTpXY=";
allowedIPs = [ "10.0.0.3/32" ];
}
{
publicKey = "kI93V0dVKSqX8hxMJHK5C0c1hEDPQTgPQDU8TKocVgo=";
allowedIPs = [ "10.0.0.4/32" ];
}
];
};
};