Settings
"; exec("touch OUTBOUND"); } else { $output2 = " and Outbound access is ALLOWED."; exec("rm OUTBOUND"); } if(isset($_POST['formlogging'])) { exec("touch logging"); } else { exec("rm logging"); } } conf_mount_ro(); ?>

Warning! No Interfaces Selected Click if"; } ?>

Block outbound? "; } else { echo ""; } ?>
Enable Logging?  "; } else { echo ""; } ?>


"; ?>

'0') echo "Running"; else echo "NOT running"; //Get Errors if exists ob_start(); $results = exec("tail -r errorOUT.txt"); ob_end_clean(); echo "
"; echo $results; echo ""; //Get IP Count echo "
You are blocking "; ob_start(); $results = exec("pfctl -T show -t countryblock |grep -v -c Z"); ob_end_clean(); echo $results; echo " Networks"; ?>