mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
ovpnmain.cgi: Path MTU Discovery defaults to Off on Net-to-Net connections.
This commit is contained in:
@@ -4012,6 +4012,7 @@ if ($cgiparams{'TYPE'} eq 'net') {
|
||||
###
|
||||
$cgiparams{'MSSFIX'} = 'on';
|
||||
$cgiparams{'FRAGMENT'} = '1300';
|
||||
$cgiparams{'PMTU_DISCOVERY'} = 'off';
|
||||
###
|
||||
# m.a.d n2n end
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user