From c560fe13fe83d248fd65528781f983fd3d05046c Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 16 Aug 2025 17:18:17 +0800 Subject: [PATCH] Adjust the tun mtu value list https://github.com/2dust/v2rayN/issues/7775 --- v2rayN/ServiceLib/Global.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/v2rayN/ServiceLib/Global.cs b/v2rayN/ServiceLib/Global.cs index c0c99750..e3be7004 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -464,9 +464,11 @@ public class Global public static readonly List TunMtus = [ 1280, - 1408, - 1500, - 9000 + 1408, + 1500, + 4064, + 9000, + 65535 ]; public static readonly List TunStacks =