Skip to content

Commit

Permalink
HTTP port=SOCKS port+1;Pac port=SOCKS port+4;API port=SOCKS port+5;
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Mar 9, 2024
1 parent 0e7bfa6 commit dcdc637
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Model/EInboundProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public enum EInboundProtocol
socks2,
http2,
pac,
api = 11,
api,
speedtest = 21
}
}
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Resx/ResUI.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Resx/ResUI.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
<value>Copy the font TTF/TTC file to the directory guiFonts, restart the settings</value>
</data>
<data name="TbSettingsSocksPortTip" xml:space="preserve">
<value>HTTP port=SOCKS port+1</value>
<value>HTTP port=SOCKS port+1;Pac port=SOCKS port+4;API port=SOCKS port+5;</value>
</data>
<data name="TbSettingsStartBootTip" xml:space="preserve">
<value>Set this with admin privileges, get admin privileges after startup</value>
Expand Down
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
<value>拷贝字体TTF/TTC文件到目录guiFonts,重启设置</value>
</data>
<data name="TbSettingsSocksPortTip" xml:space="preserve">
<value>http端口=socks端口+1</value>
<value>http端口=socks端口+1;Pac端口=socks端口+4;API端口=socks端口+5;</value>
</data>
<data name="TbSettingsStartBootTip" xml:space="preserve">
<value>以管理员权限设置此项,在启动后获得管理员权限</value>
Expand Down

0 comments on commit dcdc637

Please sign in to comment.