-
Reset to factory defaults
reset config bootstrap reset configThe username is
adminand the password isaerohiveorAerohive1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Add this file as: /usr/local/pkg/CUSTOM_rules.inc | |
| // pfSense will automatically add the rules defined here into the rules it loads in pf | |
| require_once("util.inc"); | |
| function CUSTOM_rules_generate_rules($type) { | |
| // called by filter.inc when pfSense rules generation happens | |
| $rules = ""; |