script-info.sh 833 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #!/bin/bash
  2. clear
  3. echo -e "====================[Script Info]===================="
  4. echo -e "\nServices:
  5. ---------
  6. 1) SSH\t\t\t22
  7. 2) Dropbear\t\t85
  8. 3) Stunnel4\t\t465
  9. 4) Squid3\t\t8080
  10. 5) OpenVPN\t\t1194
  11. 6) Xray\t\t\t443
  12. 7) V2ray\t\t80
  13. 7) WireGuard\t\t51820
  14. 8) Open HTTP Puncher\t8000(OpenVPN), 3128(Dropbear)
  15. 9) BadVPN UDPGw\t\t7300
  16. Other:
  17. ------
  18. 1) Timezone: Asia/Kuala_Lumpur
  19. 2) IPv6 Disabled
  20. 3) BBR+FQ
  21. 4) UFW
  22. 5) Screenfetch
  23. 6) Fail2Ban
  24. 7) DDoS Deflate
  25. How to change:
  26. --------------
  27. 1) SSH login banner - /etc/issue.net
  28. 2) Dropbear login banner - /etc/dropbear_issue.net
  29. 3) Timezone - timedatectl set-timezone <your_time_zone>
  30. 4) Auto-reboot - \"0 0 * * * root reboot\" at /etc/crontab
  31. ==============================================
  32. Script written by Iriszz.
  33. Report bugs: https://t.me/iriszz
  34. Thank you for using my script :)\n"