mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 16:25:01 +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:
@ -2555,6 +2555,8 @@ B_CREATE_LISTENER C&reate
|
||||
B_DELETE_LISTENER Dele&te
|
||||
B_START Start
|
||||
B_STOP Sto&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 and &Network Information and Settings:
|
||||
B_SSL &Encryption and Network
|
||||
B_STATUS &View Server Status
|
||||
@ -3866,9 +3868,6 @@ CAPTION OpenVPN / MS-SSTP Settings
|
||||
S_TITLE OpenVPN / MS-SSTP VPN Clone Server Function Settings
|
||||
S_1 This VPN Server has the clone functions of OpenVPN software products by OpenVPN Technologies, Inc.\r\n\r\nAny OpenVPN Clients can connect to this VPN Server.
|
||||
R_OPENVPN Enable &OpenVPN Clone Server Function
|
||||
S_UDP UDP Ports to Listen for OpenVPN:
|
||||
B_DEFAULT Restore &Default
|
||||
S_UDP2 Multiple UDP ports can be specified with splitting by space or comma letters.\r\nOpenVPN Server Function also runs on TCP ports. Any TCP ports which are defined as listeners on the VPN Server accepts OpenVPN Protocol respectively and equally.
|
||||
S_TOOL Sample File Generating Tool for OpenVPN Clients
|
||||
S_TOOL2 Making a OpenVPN Client configuration file is a very difficult job. You can use this tool to generate an appropriate OpenVPN Client configuration file. The generated configuration sample can be used immediately.
|
||||
B_CONFIG Generate a Sample &Configuration File for OpenVPN Clients
|
||||
|
Reference in New Issue
Block a user