Add PSK file to home WG conf
This commit is contained in:
parent
691b5b4f92
commit
b86719e301
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
peers = [
|
||||
{
|
||||
publicKey = "f9QoYPxyaxylUcOI9cE9fE9DJoEX4c6GUtr4p+rsd34=";
|
||||
presharedKeyFile = "/root/wireguard-keys/psk-home";
|
||||
allowedIPs = [
|
||||
"fd08:d473:bcca::/64"
|
||||
"fd08:d473:bcca:f0::/64"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
peers = [
|
||||
{
|
||||
publicKey = "f9QoYPxyaxylUcOI9cE9fE9DJoEX4c6GUtr4p+rsd34=";
|
||||
presharedKeyFile = "/root/wireguard-keys/psk-home";
|
||||
allowedIPs = [
|
||||
"fd08:d473:bcca::/64"
|
||||
"fd08:d473:bcca:f0::/64"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue