yevaud/pennykettle: Fix IPv6 again
This commit is contained in:
parent
9cf30613f4
commit
7e61ad0aac
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
};
|
};
|
||||||
wireguardPeers = [{
|
wireguardPeers = [{
|
||||||
PublicKey = "C+u+eQw5yWI2APCfVJwW6Ovj3g4IrTOfe+tMZnNz43s=";
|
PublicKey = "C+u+eQw5yWI2APCfVJwW6Ovj3g4IrTOfe+tMZnNz43s=";
|
||||||
AllowedIPs = "0.0.0.0/0";
|
AllowedIPs = [ "0.0.0.0/0" "::/0" ];
|
||||||
Endpoint = "217.138.216.162:51820";
|
Endpoint = "217.138.216.162:51820";
|
||||||
PersistentKeepalive = 5;
|
PersistentKeepalive = 5;
|
||||||
}];
|
}];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue