Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizsvr committed Oct 8, 2022
1 parent 007433c commit b1ae76b
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 3 deletions.
79 changes: 78 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,78 @@
# project
### Command Install

```
rm -f setup.sh && sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && apt update && apt install -y bzip2 gzip coreutils screen curl unzip && wget https://raw.githubusercontent.com/lizsvr/cfnfree/main/setup.sh && chmod +x setup.sh && ./setup.sh
```

### Fitur Script
• SSH & OpenVPN

• SSH Websocket TLS & No TLS

• OHP SSH & OHP Dropbear & OHP OpenVPN

• Backup Data ALL Service

• Restore Data ALL Service

### Os Supported

• Debian 10 Only

• Ubuntu 18.04 & 20.04 (Recommended)

# Service & Port

• OpenSSH : 443, 22

• OpenVPN : TCP 1194, UDP 2200, SSL 990

• Stunnel5 : 443, 445, 777

• Dropbear : 443, 109, 143

• Squid Proxy : 3128, 8080

• Badvpn : 7100, 7200, 7300

• Nginx : 89

• Websocket TLS : 443

• Websocket None TLS : 8880

• Websocket Ovpn : 2086

• OHP SSH : 8181

• OHP Dropbear : 8282

• OHP OpenVPN : 8383

### Server Information & Other Features

• Timezone : Asia/Jakarta (GMT +7)

• Fail2Ban : [ON]

• Dflate : [ON]

• IPtables : [ON]

• Auto-Reboot : [ON]

• IPv6 : [OFF]

• Autoreboot On 05.00 GMT +7

• Futo Delete Expired Account






------------
**Telegram**
------------
[LIZSVR](https://t.me/liz_mine)
1 change: 1 addition & 0 deletions ssh/about.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ echo -e "# For Debian 10 64 bit #"
echo -e "# For Ubuntu 18.04 & Ubuntu 20.04 64 bit #"
echo -e "# For VPS with KVM and VMWare virtualization #"
echo -e "# Build Up By Akbar Maulana #"
echo -e "# MOD By LIZSVR #"
echo -e "================================================="
echo -e "# Thanks To #"
echo -e "================================================="
Expand Down
8 changes: 6 additions & 2 deletions update/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ echo -e "$BLUE╠➣$NC 1$NC. SSH & OpenVPN Account $BLUE║ "
echo -e "$BLUE╠➣$NC 2$NC. Restart All Service $BLUE"
echo -e "$BLUE╠➣$NC 3$NC. Backup & Restore $BLUE"
echo -e "$BLUE╠➣$NC 4$NC. Settings $BLUE"
echo -e "$BLUE╠➣$NC 5$NC. Exit $BLUE"
echo -e "$BLUE╠➣$NC 5$NC. About $BLUE"
echo -e "$BLUE╠➣$NC 6$NC. Exit $BLUE"
echo -e "$BLUE║---------------------------------------║"
echo -e "$BLUE╠➣$NC User: Admin $BLUE"
echo -e "$BLUE╠➣$NC Expired: Never $BLUE"
echo -e "$BLUE╚═══════════════════════════════════════╝$NC"
read -p "Select From Options [ 1 - 5 ] : " menu
read -p "Select From Options [ 1 - 6 ] : " menu
echo -e ""
case $menu in
1)
Expand All @@ -52,6 +53,9 @@ mbackup
msetting
;;
5)
about
;;
5)
clear
exit
;;
Expand Down

0 comments on commit b1ae76b

Please sign in to comment.