From d03fb2932285755c0571f2a9ec2c28b7750bed60 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 25 Jan 2005 22:04:59 +0000 Subject: [PATCH] Increase PPTP vpn maximum connections to 50. --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index f27d10cee6..6e86d23e1a 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -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",