Skip to content

Commit

Permalink
Update vpn_server.config.tmpl
Browse files Browse the repository at this point in the history
Fix low download speed via L2TP/IPSec
Open UDP port 1194
  • Loading branch information
dormancygrace authored Jul 12, 2022
1 parent 70d7827 commit bbc18d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/hostfs/etc/template/vpn_server.config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ declare root
bool OpenVPNObfuscation false
string OpenVPNObfuscationMask $
bool OpenVPNPushDummyIPv4AddressOnL2Mode true
string OpenVPN_UdpPortList 1194
string PortsUDP 1194
bool SaveDebugLog false
byte ServerCert
byte ServerKey
Expand Down Expand Up @@ -285,8 +285,8 @@ declare root
bool DisableCorrectIpOffloadChecksum false
bool DisableHttpParsing false
bool DisableIPParsing false
bool DisableIpRawModeSecureNAT false
bool DisableKernelModeSecureNAT false
bool DisableIpRawModeSecureNAT true
bool DisableKernelModeSecureNAT true
bool DisableUdpAcceleration false
bool DisableUdpFilterForLocalBridgeNic false
bool DisableUserModeSecureNAT false
Expand Down

0 comments on commit bbc18d8

Please sign in to comment.