Use IPv6 for WG transport to decrease latency by 20%

Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
Egor Savkin 2024-09-13 15:06:34 +08:00
parent 2f1c11d779
commit 6382326316
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ in
publicKey = "4RozbGZ9ENCjvJXGMB5aK1oqyZfD4UCarEHjSckwVGI=";
allowedIPs = [ "0.0.0.0/0" ];
allowedIPsAsRoutes = false;
endpoint = "5.78.86.156:51820";
endpoint = "2a01:4ff:1f0:83de::1:51820";
persistentKeepalive = 25;
}
];