Increase PPTP vpn maximum connections to 50.

This commit is contained in:
Scott Ullrich 2005-01-25 22:04:59 +00:00
parent 57eb13da27
commit d03fb29322

View File

@ -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",