fix wireguard private key file path
This commit is contained in:
parent
7523f6f495
commit
7c52b99da5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
wg0 = {
|
||||
address = [ "192.168.12.3/32" "2a01:4f9:1a:9a05::3/128" ];
|
||||
dns = [ "80.67.169.12" "80.67.169.40" "2001:910:800::12" "2001:910:800::40" ];
|
||||
privateKeyFile = "/etc/wireguard/private.key";
|
||||
privateKeyFile = "/var/src/secrets/wg-private.key";
|
||||
|
||||
peers = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue