mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reformat using tabs. No functional changes.
This commit is contained in:
parent
517ccd9f9d
commit
c2136f8c75
@ -40,40 +40,40 @@ $g = array(
|
||||
"product_website" => "www.pfsense.com",
|
||||
"product_email" => "coreteam@pfsense.com",
|
||||
"upload_path" => "/root",
|
||||
"dhcpd_chroot_path" => "/var/dhcpd",
|
||||
"varrun_path" => "/var/run",
|
||||
"varetc_path" => "/var/etc",
|
||||
"vardb_path" => "/var/db",
|
||||
"varlog_path" => "/var/log",
|
||||
"etc_path" => "/etc",
|
||||
"tmp_path" => "/tmp",
|
||||
"conf_path" => "/conf",
|
||||
"ftmp_path" => "/ftmp",
|
||||
"conf_default_path" => "/conf.default",
|
||||
"cf_path" => "/cf",
|
||||
"cf_conf_path" => "/cf/conf",
|
||||
"www_path" => "/usr/local/www",
|
||||
"xml_rootobj" => "pfsense",
|
||||
"pppoe_interface" => "ng0",
|
||||
"n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */
|
||||
"pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */
|
||||
"n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */
|
||||
"pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */
|
||||
"debug" => false,
|
||||
"latest_config" => "3.0",
|
||||
"nopkg_platforms" => array("cdrom"),
|
||||
"nopccard_platforms" => array("wrap", "net48xx"),
|
||||
"xmlrpcbaseurl" => "www.pfsense.com",
|
||||
"captiveportal_path" => "/usr/local/captiveportal",
|
||||
"captiveportal_element_path" => "/var/db/cpelements",
|
||||
"captiveportal_element_sizelimit" => 262144,
|
||||
"xmlrpcpath" => "/pfSense/xmlrpc.php",
|
||||
"embeddedbootupslice" => "/dev/ad0a",
|
||||
"dhcpd_chroot_path" => "/var/dhcpd",
|
||||
"varrun_path" => "/var/run",
|
||||
"varetc_path" => "/var/etc",
|
||||
"vardb_path" => "/var/db",
|
||||
"varlog_path" => "/var/log",
|
||||
"etc_path" => "/etc",
|
||||
"tmp_path" => "/tmp",
|
||||
"conf_path" => "/conf",
|
||||
"ftmp_path" => "/ftmp",
|
||||
"conf_default_path" => "/conf.default",
|
||||
"cf_path" => "/cf",
|
||||
"cf_conf_path" => "/cf/conf",
|
||||
"www_path" => "/usr/local/www",
|
||||
"xml_rootobj" => "pfsense",
|
||||
"pppoe_interface" => "ng0",
|
||||
"n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */
|
||||
"pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */
|
||||
"n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */
|
||||
"pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */
|
||||
"debug" => false,
|
||||
"latest_config" => "3.0",
|
||||
"nopkg_platforms" => array("cdrom"),
|
||||
"nopccard_platforms" => array("wrap", "net48xx"),
|
||||
"xmlrpcbaseurl" => "www.pfsense.com",
|
||||
"captiveportal_path" => "/usr/local/captiveportal",
|
||||
"captiveportal_element_path" => "/var/db/cpelements",
|
||||
"captiveportal_element_sizelimit" => 262144,
|
||||
"xmlrpcpath" => "/pfSense/xmlrpc.php",
|
||||
"embeddedbootupslice" => "/dev/ad0a",
|
||||
"update_url" => "http://updates.pfSense.com/_updaters",
|
||||
"update_manifest" => "http://updates.pfSense.com/manifest",
|
||||
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/",
|
||||
"vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"),
|
||||
"vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl")
|
||||
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/",
|
||||
"vlan_native_supp" => array("vge", "bfe", "dc", "fxp", "gem", "hme", "rl", "sis", "ste", "tl", "tx", "xl"),
|
||||
"vlan_long_frame" => array("vge", "bfe", "bge", "dc", "em", "fxp", "gem", "hme", "ixgb", "le", "nge", "re", "rl", "sis", "sk", "ste", "ti", "tl", "tx", "txp", "vr", "xl")
|
||||
);
|
||||
|
||||
/* IP TOS flags */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user