Skip to content

Commit c31ef1a

Browse files
authored
Update NetOptix.sh
1 parent a21bfb8 commit c31ef1a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

NetOptix.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ server_management_menu() {
9696
echo -e "6) Block and Unblock Iranian ISP"
9797
echo -e "7) Install mikrotik on Ubuntu"
9898
echo -e "8) Install Monitoring System (Cockpit)"
99+
echo -e "9) Install Auto / manual SSL marzban"
99100
echo -e "0) Back to Main Menu"
100101
read -p "Enter your choice: " choice
101102
case $choice in
@@ -149,6 +150,12 @@ server_management_menu() {
149150
echo "Done. Access the monitoring system via IP:9090. (User: root / Password: server password)"
150151
sleep 10
151152
;;
153+
9)
154+
echo "Running Auto SSL Marzban..."
155+
curl -fsSL https://raw.githubusercontent.com/MrAminiDev/NetOptix/main/scripts/sslmarzban.sh -o /tmp/sslmarzban.sh
156+
bash /tmp/sslmarzban.sh
157+
rm /tmp/sslmarzban.sh
158+
;;
152159
0) return ;;
153160
*) echo "Invalid choice." ; sleep 2 ;;
154161
esac
@@ -230,7 +237,7 @@ while true; do
230237
echo -e "${RED}## ### ## ## ## ## ## ## ## ## ## ${NC}"
231238
echo -e "${RED}## ## ######## ## ####### ## ## #### ## ## ${NC}"
232239
echo -e "${CYAN}+======================================================================+${NC}"
233-
echo -e "| Telegram Channel : ${MAGENTA}@AminiDev ${NC}| Version : ${GREEN} 4.2.3${NC} "
240+
echo -e "| Telegram Channel : ${MAGENTA}@AminiDev ${NC}| Version : ${GREEN} 4.3.0${NC} "
234241
echo -e "${CYAN}+======================================================================+${NC}"
235242
echo -e "${CYAN}== Main Menu ==${NC}"
236243
echo -e "1) Network & Server Optimization"

0 commit comments

Comments
 (0)