mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
9) Access web GUI using links
This commit is contained in:
parent
b9837e39f5
commit
48b5d2f08f
@ -44,6 +44,7 @@ echo "5) Reboot system"
|
||||
echo "6) Ping host"
|
||||
echo "7) Shell"
|
||||
echo "8) PFtop"
|
||||
echo "9) Access web GUI using links"
|
||||
echo
|
||||
|
||||
read -p "Enter a number: " opmode
|
||||
@ -78,6 +79,9 @@ case ${opmode} in
|
||||
;;
|
||||
8)
|
||||
/usr/local/sbin/pftop
|
||||
9)
|
||||
links "http://localhost"
|
||||
;;
|
||||
esac
|
||||
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user