Add fernando to Wireguard peers
This commit is contained in:
parent
3f34cc8f34
commit
1649285dc8
|
@ -94,6 +94,11 @@ in {
|
||||||
publicKey = "4jiEKaPjNPU3JghfwLyArRhCKZmT8VYN07iw0SL/eHc=";
|
publicKey = "4jiEKaPjNPU3JghfwLyArRhCKZmT8VYN07iw0SL/eHc=";
|
||||||
allowedIPs = [ "10.9.0.3/32" ];
|
allowedIPs = [ "10.9.0.3/32" ];
|
||||||
}
|
}
|
||||||
|
# fernando
|
||||||
|
{
|
||||||
|
publicKey = "5DU9ipxJcut2wKrUr3yQux9crzXMSW4ZeKWFLRpUc1I=";
|
||||||
|
allowedIPs = [ "10.9.0.4/32" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue