fix typo wg-client
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
wg-quick = {
|
wg-quick = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
interfaces.wg0 = {
|
interfaces.wg0 = {
|
||||||
adress = [ ("192.168.87." + builtins.toString(ip) + "/32")];
|
address = [ ("192.168.87." + builtins.toString(ip) + "/32")];
|
||||||
listenPort = 56878;
|
listenPort = 56878;
|
||||||
privateKeyFile = "/root/wg.keys";
|
privateKeyFile = "/root/wg.keys";
|
||||||
dns = [ "192.168.178.108" ];
|
dns = [ "192.168.178.108" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user