Add saffronfox to the wireguard configuration
This commit is contained in:
parent
6422d6c1bf
commit
51da53ac97
|
@ -115,6 +115,10 @@
|
||||||
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" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue