mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-25 20:59:20 +03:00
Cedar/Server: set ports in Proto, remove OpenVPN UDP server leftovers
The setting's name is still "OpenVPN_UdpPortList". We will change it as soon as there's another UDP protocol implemented in Proto.
This commit is contained in:
@ -244,7 +244,6 @@ struct SERVER
|
||||
|
||||
PROTO *Proto; // Protocols handler
|
||||
IPSEC_SERVER *IPsecServer; // IPsec server function
|
||||
OPENVPN_SERVER_UDP *OpenVpnServerUdp; // OpenVPN server function
|
||||
char OpenVpnServerUdpPorts[MAX_SIZE]; // UDP port list string
|
||||
DDNS_CLIENT *DDnsClient; // DDNS client feature
|
||||
LOCK *OpenVpnSstpConfigLock; // Lock OpenVPN and SSTP configuration
|
||||
|
Reference in New Issue
Block a user