mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-10 01:34:58 +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:
@ -2578,6 +2578,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)
|
||||
@ -3884,9 +3886,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)
|
||||
|
Reference in New Issue
Block a user