💽 Autoscript SSH/VPN V1 🛠
⚙ Changelog - 19 September 2021 18:24
🔧 [Improvement] OpenSSL SECLEVEL Changed
Patch Command
Timestamp 1632050662
⚙ Changelog - 19 September 2021 18:24
🔧 [Improvement] OpenSSL SECLEVEL Changed
Patch Command
wget -qO 1632050662.sh "https://script.gegevps.com/patch/1632050662.sh"
chmod x ./1632050662.sh
./1632050662.sh
Timestamp 1632050662
💽 Autoscript SSH/VPN V2 🛠
⚙ Changelog - 19 September 2021 18:34
🔧 [Improvement] OpenSSL SECLEVEL Changed
Patch Command
Timestamp 1632051293
⚙ Changelog - 19 September 2021 18:34
🔧 [Improvement] OpenSSL SECLEVEL Changed
Patch Command
wget -qO 1632051293.sh "https://script2.gegevps.com/patch/1632051293.sh"
chmod x ./1632051293.sh
./1632051293.sh
Timestamp 1632051293
💽 Autoscript SSH/VPN V2 🛠
⚙️ Changelog - 20 September 2021 19:56
🔧 [Add] Vmess TLS Websocket (Xray)
🔧 [Add] Vmess NonTLS Websocket (Xray)
===MUST UPDATE PATCH===
Patch Command
⚙️ Changelog - 20 September 2021 19:56
🔧 [Add] Vmess TLS Websocket (Xray)
🔧 [Add] Vmess NonTLS Websocket (Xray)
===MUST UPDATE PATCH===
Patch Command
wget -qO 1632142598.sh "https://script2.gegevps.com/patch/1632142598.sh"Timestamp 1632142598
chmod +x ./1632142598.sh
./1632142598.sh
💽 Autoscript SSH/VPN V1 🛠
⚙️ Changelog - 20 September 2021 19:56
🔧 [Add] Vmess TLS Websocket (Xray)
🔧 [Add] Vmess NonTLS Websocket (Xray)
===MUST UPDATE PATCH===
Patch Command
⚙️ Changelog - 20 September 2021 19:56
🔧 [Add] Vmess TLS Websocket (Xray)
🔧 [Add] Vmess NonTLS Websocket (Xray)
===MUST UPDATE PATCH===
Patch Command
wget -qO 1632142595.sh "https://script.gegevps.com/patch/1632142595.sh"Timestamp 1632142595
chmod +x ./1632142595.sh
./1632142595.sh
One Port Multi Service
Use one port for certain services. You can decide which port to use as a listener. By default the port to be used is 443.
Services
SSH OpenSSH
SSH Stunnel
SSH WebSocket
SSH WebSocket SSL
OpenVPN TCP
Socks5 Proxy
Patch for ScriptV1
Use one port for certain services. You can decide which port to use as a listener. By default the port to be used is 443.
Services
SSH OpenSSH
SSH Stunnel
SSH WebSocket
SSH WebSocket SSL
OpenVPN TCP
Socks5 Proxy
Patch for ScriptV1
wget -qO sslh.sh "https://script.gegevps.com/patch/sslh.sh" && chmod +x ./sslh.sh && ./sslh.sh
Patch for ScriptV2wget -qO sslh.sh "https://script2.gegevps.com/patch/sslh.sh" && chmod +x ./sslh.sh && ./sslh.sh
💽 Autoscript SSH/VPN V2 🛠
⚙ Changelog - 22 September 2021 01:10
🔧 [Add] SSLH Multiplexer 443 (SSH, Stunnel, WebSocket, OpenVPN, Socks5)
Timestamp 1632247848
⚙ Changelog - 22 September 2021 01:10
🔧 [Add] SSLH Multiplexer 443 (SSH, Stunnel, WebSocket, OpenVPN, Socks5)
Timestamp 1632247848
💽 Autoscript SSH/VPN V1 🛠
⚙ Changelog - 22 September 2021 01:10
🔧 [Add] SSLH Multiplexer 443 (SSH, Stunnel, WebSocket, OpenVPN, Socks5)
Timestamp 1632247843
⚙ Changelog - 22 September 2021 01:10
🔧 [Add] SSLH Multiplexer 443 (SSH, Stunnel, WebSocket, OpenVPN, Socks5)
Timestamp 1632247843
SSLH Multiplexer for Advanced User
*****Please read this thread from beginning to end first before practicing it to avoid mistakes*****
Install SSLHm
Script V1
Replace 'mymulti' with the name you want
-
-
-
-
-
-
**The list of services in brackets "(...)" is a list of services that you can choose one of and enter the port
PLEASE READ!!!
- You can make as many configurations as you want as long as the Listen port is not already in use on another service.
- By default, the port has been adjusted to the default VPS configuration. Please adjust as desired.
- Make sure the port used for Listen is not used by another service.
- SSLHm does not interfere with SSLH performance. There is no need to worry as this is an unrelated process.
*****Please read this thread from beginning to end first before practicing it to avoid mistakes*****
Install SSLHm
Script V1
wget -qO sslhm.sh "https://script.gegevps.com/patch/sslhm.sh" && chmod +x ./sslhm.sh && ./sslhm.shScript V2
wget -qO sslhm.sh "https://script2.gegevps.com/patch/sslhm.sh" && chmod +x ./sslhm.sh && ./sslhm.shCreate Configuration
Replace 'mymulti' with the name you want
name_conf='mymulti'Please edit the configuration you have made. Adjust to what you want.
cp /etc/sslhm/example.conf /etc/sslhm/${name_conf}.conf
sed -i '/#/d' /etc/sslhm/${name_conf}.conf
nano /etc/sslhm/${name_conf}.confIf you are sure of the configuration that you have made. Please start SSLHm with the following command.
systemctl start sslhm@${name_conf}Take a look at the results of your configuration journey with the following command.
systemctl status sslhm@${name_conf}If the status is active then the configuration that you have made runs perfectly. If not, there is a configuration error that you may have missed. Please re-check the configuration and repeat the check steps to make sure.
systemctl start sslhm@${name_conf}To run it automatically when the VPS boots/reboots. Enter the following command.
systemctl status sslhm@${name_conf}
systemctl enable sslhm@${name_conf}Listen and Protocol
-
listen
: Listen port SSLH-
ssh
: SSH port target — (OpenSSH/Dropbear)-
http
: Websocket HTTP port target — (SSH Websocket/Vmess NonTLS)-
tls
: TLS port target — (SSH Stunnel/SSH SSL WS/Vmess TLS/Trojan)-
openvpn
: OpenVPN port target — (OpenVPN TCP/UDP)-
socks5
: Socks5 port target — (Socks5 Proxy)**The list of services in brackets "(...)" is a list of services that you can choose one of and enter the port
PLEASE READ!!!
- You can make as many configurations as you want as long as the Listen port is not already in use on another service.
- By default, the port has been adjusted to the default VPS configuration. Please adjust as desired.
- Make sure the port used for Listen is not used by another service.
- SSLHm does not interfere with SSLH performance. There is no need to worry as this is an unrelated process.
💽 Autoscript SSH/VPN V2 🛠
⚙️ Changelog - 23 September 2021 17:37
🔧 [ADD] Auto Clear Log File
Patch Command
⚙️ Changelog - 23 September 2021 17:37
🔧 [ADD] Auto Clear Log File
Patch Command
wget -qO 1632393438.sh "https://script2.gegevps.com/patch/1632393438.sh"Timestamp 1632393438
chmod 755 ./1632393438.sh
./1632393438.sh
💽 Autoscript SSH/VPN V1 🛠
⚙️ Changelog - 23 September 2021 17:37
🔧 [ADD] Auto Clear Log File
Patch Command
⚙️ Changelog - 23 September 2021 17:37
🔧 [ADD] Auto Clear Log File
Patch Command
wget -qO 1632393435.sh "https://script.gegevps.com/patch/1632393435.sh"Timestamp 1632393435
chmod 755 ./1632393435.sh
./1632393435.sh
💽 Autoscript SSH/VPN V2 🛠
⚙ Changelog - 27 September 2021 20:10
🔧 [IMPROVEMENT] Trojan Service
Patch Command
Timestamp 1632748241
⚙ Changelog - 27 September 2021 20:10
🔧 [IMPROVEMENT] Trojan Service
Patch Command
wget -qO 1632748241.sh "https://script2.gegevps.com/patch/1632748241.sh"
chmod 755 ./1632748241.sh
./1632748241.sh
Timestamp 1632748241
💽 Autoscript SSH/VPN V1 🛠
⚙ Changelog - 27 September 2021 20:10
🔧 [IMPROVEMENT] Trojan Service
Patch Command
Timestamp 1632748242
⚙ Changelog - 27 September 2021 20:10
🔧 [IMPROVEMENT] Trojan Service
Patch Command
wget -qO 1632748242.sh "https://script.gegevps.com/patch/1632748242.sh"
chmod 755 ./1632748242.sh
./1632748242.sh
Timestamp 1632748242
💽 Autoscript SSH/VPN V2 🛠
⚙ Changelog - 03 October 2021 07:46
🔧 [IMPROVEMENT] SSLHm 80 443 (sslh-core)
🔧 [IMPROVEMENT] Domain Wildcard available without Subscription
🔧 [IMPROVEMENT] Subdomain Core has Proxied for SNI Support
🔧 [IMPROVEMENT] SSH SSL Websocket over Cloudflare
🔧 [ADD] SSH Tunnel over SlowDNS
Patch Command
Timestamp 1633221996
⚙ Changelog - 03 October 2021 07:46
🔧 [IMPROVEMENT] SSLHm 80 443 (sslh-core)
🔧 [IMPROVEMENT] Domain Wildcard available without Subscription
🔧 [IMPROVEMENT] Subdomain Core has Proxied for SNI Support
🔧 [IMPROVEMENT] SSH SSL Websocket over Cloudflare
🔧 [ADD] SSH Tunnel over SlowDNS
Patch Command
wget -qO 1633221996.sh "https://script2.gegevps.com/patch/1633221996.sh"
chmod 755 ./1633221996.sh
./1633221996.sh
Timestamp 1633221996
💽 Autoscript SSH/VPN V1 🛠
⚙ Changelog - 03 October 2021 07:46
🔧 [IMPROVEMENT] SSLHm 80 443 (sslh-core)
🔧 [IMPROVEMENT] Domain Wildcard available without Subscription
🔧 [IMPROVEMENT] Subdomain Core has Proxied for SNI Support
🔧 [IMPROVEMENT] SSH SSL Websocket over Cloudflare
🔧 [ADD] SSH Tunnel over SlowDNS
Patch Command
Timestamp 1633221993
⚙ Changelog - 03 October 2021 07:46
🔧 [IMPROVEMENT] SSLHm 80 443 (sslh-core)
🔧 [IMPROVEMENT] Domain Wildcard available without Subscription
🔧 [IMPROVEMENT] Subdomain Core has Proxied for SNI Support
🔧 [IMPROVEMENT] SSH SSL Websocket over Cloudflare
🔧 [ADD] SSH Tunnel over SlowDNS
Patch Command
wget -qO 1633221993.sh "https://script.gegevps.com/patch/1633221993.sh"
chmod 755 ./1633221993.sh
./1633221993.sh
Timestamp 1633221993
💽 Autoscript SSH/VPN V1 🛠
⚙️ Changelog - 22 October 2021 12:00
🔧 [FIX] Duplicate Renew Account
🔧 [IMPROVEMENT] Subdomain Variable
⚙️ Changelog - 22 October 2021 12:00
🔧 [FIX] Duplicate Renew Account
🔧 [IMPROVEMENT] Subdomain Variable
💽 Autoscript SSH/VPN V2 🛠
⚙️ Changelog - 22 October 2021 12:00
🔧 [FIX] Duplicate Renew Account
🔧 [IMPROVEMENT] Subdomain Variable
⚙️ Changelog - 22 October 2021 12:00
🔧 [FIX] Duplicate Renew Account
🔧 [IMPROVEMENT] Subdomain Variable
💽 Autoscript SSH/VPN V1 🛠
⚙️ Changelog - 31 October 2021 22:00
🔧 [ADDED] RQSQ Controller for Trojan
🔧 [REMOVED] Trojan Fix
Patch
⚙️ Changelog - 31 October 2021 22:00
🔧 [ADDED] RQSQ Controller for Trojan
🔧 [REMOVED] Trojan Fix
Patch
wget -qO rqsq.sh "https://script.gegevps.com/patch/rqsq.sh" && chmod +x ./rqsq.sh && ./rqsq.sh
💽 Autoscript SSH/VPN V2 🛠
⚙️ Changelog - 31 October 2021 22:00
🔧 [ADDED] RQSQ Controller for Trojan
🔧 [REMOVED] Trojan Fix
Patch
⚙️ Changelog - 31 October 2021 22:00
🔧 [ADDED] RQSQ Controller for Trojan
🔧 [REMOVED] Trojan Fix
Patch
wget -qO rqsq.sh "https://script2.gegevps.com/patch/rqsq.sh" && chmod +x ./rqsq.sh && ./rqsq.sh
💽 Autoscript SSH/VPN V1 🛠
⚙️ Changelog - 12 November 2021 19:00
🔧 [ADDED] Kill Expired User SSH
Patch
⚙️ Changelog - 12 November 2021 19:00
🔧 [ADDED] Kill Expired User SSH
Patch
wget -qO killexp.sh "https://script.gegevps.com/patch/killexp.sh" && chmod +x ./killexp.sh && ./killexp.sh
💽 Autoscript SSH/VPN V2 🛠
⚙️ Changelog - 12 November 2021 19:00
🔧 [ADDED] Kill Expired User SSH
Patch
⚙️ Changelog - 12 November 2021 19:00
🔧 [ADDED] Kill Expired User SSH
Patch
wget -qO killexp.sh "https://script2.gegevps.com/patch/killexp.sh" && chmod +x ./killexp.sh && ./killexp.sh