mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase PPTP vpn maximum connections to 50.
This commit is contained in:
parent
57eb13da27
commit
d03fb29322
@ -47,7 +47,7 @@ $g = array(
|
||||
"xml_rootobj" => "pfsense",
|
||||
"xml_pkg_rootobj" => "pfSense_pkgs",
|
||||
"pppoe_interface" => "ng0",
|
||||
"n_pptp_units" => 16,
|
||||
"n_pptp_units" => 50,
|
||||
"pptp_subnet" => 28,
|
||||
"debug" => false,
|
||||
"latest_config" => "1.4",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user