Add saffronfox to the wireguard configuration

This commit is contained in:
fallingsky04 2024-04-26 05:02:22 +00:00
parent 6422d6c1bf
commit 51da53ac97
1 changed files with 5 additions and 1 deletions

View File

@ -114,7 +114,11 @@
{ # Jamie { # Jamie
publicKey = "mF6eLG4VgwVV56PGn+Omg0mvN2UGB8b0i7rq8rJI+l0="; publicKey = "mF6eLG4VgwVV56PGn+Omg0mvN2UGB8b0i7rq8rJI+l0=";
allowedIPs = [ "10.100.0.11/32" ]; allowedIPs = [ "10.100.0.11/32" ];
} }
{ # saff
publicKey = [ "rNnRfKSO2/M+Lf1K4y1EwKD5v40T31NpcFCliZdqADM=" ];
allowedIPs = [ "10.100.0.12/32" ];
}
]; ];
}; };
}; };