1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-08 00:34:57 +03:00

Cedar/SM.c: move UDP ports setting outside of the OpenVPN/SSTP dialog

This commit moves the UDP ports setting right below the TCP listeners and uses the new RPC methods to get and set them.
This commit is contained in:
Davide Beatrici
2020-05-20 04:41:18 +02:00
parent c52e49de2d
commit c4838006b1
10 changed files with 105 additions and 62 deletions

View File

@ -2576,6 +2576,8 @@ B_CREATE_LISTENER 创建(&R)
B_DELETE_LISTENER 删除(&T)
B_START 开始(&G)
B_STOP 停止(&P)
S_UDP Multiple UDP ports can be specified by splitting them with a space or a comma. Leave empty to disable the UDP listener.
B_APPLY Apply
STATIC3 VPN Server 和网络信息和设置(&N)
B_SSL 加密与网络(&E)
B_STATUS 查看服务器状态(&V)
@ -3883,9 +3885,6 @@ CAPTION OpenVPN / MS-SSTP 设置
S_TITLE OpenVPN / MS-SSTP VPN 克隆 Server 功能设置
S_1 本 VPN Server 具有 OpenVPN 技术责任有限公司的 OpenVPN 软件产品的克隆功能。\r\n\r\n任何 OpenVPN Client 都可以连接到此 VPN Server。
R_OPENVPN 启用 OpenVPN 克隆 Server 功能(&O)
S_UDP 监听 OpenVPN 的 UDP 端口:
B_DEFAULT 恢复默认值(&D)
S_UDP2 多重 UDP 端口可以用空格或者逗号隔开的字母来指定。 \r\nOpenVPN Server 功能也可以在 TCP 端口上运行。任何在 VPN Server 上被定义为监听端的 TCP 端口都可以平等的、分别的接受 OpenVPN 协议。
S_TOOL OpenVPN Client 的示例文件生成工具
S_TOOL2 创建一个 OpenVPN Client 配置是一项艰难的工作。您可以使用此工具来生成一个合适的 OpenVPN Client 配置文件。生成的配置示例文件可马上应用。本来OpenVPN Client 会要求客户手写一个很难的配置文件。这个工具就可以帮助您创建一个有用的配置样本。您所需要为 OpenVPN Client 生成的配置文件就是点击以下按钮。
B_CONFIG 为 OpenVPN Client 生成配置样本文件(&C)