flake.lock
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
interface = "enp5s0";
|
||||
};
|
||||
nameservers = [
|
||||
"10.0.0.1"
|
||||
"2001:41d0:303:20da::1"
|
||||
"217.182.138.218"
|
||||
];
|
||||
@@ -34,8 +33,8 @@
|
||||
interfaces = {
|
||||
wg0 = {
|
||||
ips = [
|
||||
"fc00::2/128"
|
||||
"10.0.0.2/32"
|
||||
"fc00::2/56"
|
||||
"10.0.0.2/16"
|
||||
];
|
||||
listenPort = 51820;
|
||||
privateKeyFile = "/etc/wireguard/privatekey";
|
||||
@@ -46,6 +45,7 @@
|
||||
allowedIPs = [
|
||||
"fc00::0/56"
|
||||
"10.0.0.0/16"
|
||||
"10.1.0.0/16"
|
||||
];
|
||||
endpoint = "[2001:41d0:303:20da::1]:51820";
|
||||
persistentKeepalive = 15;
|
||||
|
||||
Reference in New Issue
Block a user