forked from lizsvr/cfnfree
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lizsvr
committed
Oct 8, 2022
1 parent
007433c
commit b1ae76b
Showing
3 changed files
with
85 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters