diff --git a/v2rayN/v2rayN/Model/EInboundProtocol.cs b/v2rayN/v2rayN/Model/EInboundProtocol.cs index 7e322b8e..4d94b582 100644 --- a/v2rayN/v2rayN/Model/EInboundProtocol.cs +++ b/v2rayN/v2rayN/Model/EInboundProtocol.cs @@ -7,7 +7,7 @@ socks2, http2, pac, - api = 11, + api, speedtest = 21 } } \ No newline at end of file diff --git a/v2rayN/v2rayN/Resx/ResUI.Designer.cs b/v2rayN/v2rayN/Resx/ResUI.Designer.cs index b824e6dc..a292a700 100644 --- a/v2rayN/v2rayN/Resx/ResUI.Designer.cs +++ b/v2rayN/v2rayN/Resx/ResUI.Designer.cs @@ -2852,7 +2852,7 @@ namespace v2rayN.Resx { } /// - /// 查找类似 HTTP port=SOCKS port+1 的本地化字符串。 + /// 查找类似 HTTP port=SOCKS port+1;Pac port=SOCKS port+4;API port=SOCKS port+5; 的本地化字符串。 /// public static string TbSettingsSocksPortTip { get { diff --git a/v2rayN/v2rayN/Resx/ResUI.resx b/v2rayN/v2rayN/Resx/ResUI.resx index d52d52c9..9bdb72cd 100644 --- a/v2rayN/v2rayN/Resx/ResUI.resx +++ b/v2rayN/v2rayN/Resx/ResUI.resx @@ -1037,7 +1037,7 @@ Copy the font TTF/TTC file to the directory guiFonts, restart the settings - HTTP port=SOCKS port+1 + HTTP port=SOCKS port+1;Pac port=SOCKS port+4;API port=SOCKS port+5; Set this with admin privileges, get admin privileges after startup diff --git a/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx b/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx index f654a0e1..a65fb73c 100644 --- a/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx +++ b/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx @@ -1037,7 +1037,7 @@ 拷贝字体TTF/TTC文件到目录guiFonts,重启设置 - http端口=socks端口+1 + http端口=socks端口+1;Pac端口=socks端口+4;API端口=socks端口+5; 以管理员权限设置此项,在启动后获得管理员权限