├── README.md ├── backup ├── autobackup.sh ├── backup.sh ├── limitspeed.sh ├── rclone.conf ├── restore.sh ├── set-br.sh └── strt.sh ├── ipsec ├── addl2tp.sh ├── addpptp.sh ├── dell2tp.sh ├── delpptp.sh ├── ipsec.sh ├── renewl2tp.sh └── renewpptp.sh ├── ohp └── ohp.sh ├── scriptvps-main.zip ├── setup.sh ├── shadowsocks ├── addss.sh ├── cekss.sh ├── delss.sh ├── renewss.sh └── sodosok.sh ├── ssh ├── about.sh ├── addhost.sh ├── addssh.sh ├── autokill.sh ├── badvpn-udpgw64 ├── bbr.sh ├── ceklim.sh ├── cekssh.sh ├── cf.sh ├── changeport.sh ├── clearlog.sh ├── delexp.sh ├── delssh.sh ├── dh2048.pem ├── index.html1 ├── info.sh ├── issue.net ├── member.sh ├── menu.sh ├── nginx.conf ├── password ├── portovpn.sh ├── portsquid.sh ├── portsstp.sh ├── porttrojan.sh ├── portvlm.sh ├── portwg.sh ├── ram.sh ├── renewssh.sh ├── restart.sh ├── speedtest_cli.py ├── squid3.conf ├── ssh-vpn.sh ├── swapkvm.sh ├── tendang.sh ├── trialssh.sh ├── vars.conf ├── vpn.sh ├── vpn.zip ├── vps.conf ├── webmin.sh └── xp.sh ├── ssr ├── addssr.sh ├── delssr.sh ├── renewssr.sh ├── ssr.sh ├── ssrmu └── ssrmu.sh ├── sstp ├── accel.conf ├── addsstp.sh ├── ceksstp.sh ├── delsstp.sh ├── renewsstp.sh └── sstp.sh ├── stunnel5 ├── stunnel5.init └── stunnel5.zip ├── trojango ├── addtrgo.sh ├── cektrgo.sh ├── deltrgo.sh └── renewtrgo.sh ├── update ├── l2tpmenu.sh ├── menu.sh ├── pptpmenu.sh ├── setmenu.sh ├── sshovpn.sh ├── ssmenu.sh ├── ssrmenu.sh ├── sstpmenu.sh ├── trgomenu.sh ├── trmenu.sh ├── vlessmenu.sh ├── vmessmenu.sh └── wgmenu.sh ├── websocket ├── edu.sh ├── ohpserver ├── portsshnontls.sh ├── portsshws.sh ├── websocket.py ├── ws-nontls ├── ws-nontls.service ├── ws-ovpn.py ├── ws-ovpn.service ├── ws-tls └── ws-tls.service ├── wireguard ├── addwg.sh ├── delwg.sh ├── renewwg.sh └── wg.sh └── xray ├── addtrojan.sh ├── addv2ray.sh ├── addvless.sh ├── cektrojan.sh ├── cekv2ray.sh ├── cekvless.sh ├── certv2ray.sh ├── deltrojan.sh ├── delv2ray.sh ├── delvless.sh ├── ins-xray.sh ├── renewtrojan.sh ├── renewv2ray.sh └── renewvless.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/README.md -------------------------------------------------------------------------------- /backup/autobackup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/backup/autobackup.sh -------------------------------------------------------------------------------- /backup/backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/backup/backup.sh -------------------------------------------------------------------------------- /backup/limitspeed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/backup/limitspeed.sh -------------------------------------------------------------------------------- /backup/rclone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/backup/rclone.conf -------------------------------------------------------------------------------- /backup/restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/backup/restore.sh -------------------------------------------------------------------------------- /backup/set-br.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/backup/set-br.sh -------------------------------------------------------------------------------- /backup/strt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/backup/strt.sh -------------------------------------------------------------------------------- /ipsec/addl2tp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ipsec/addl2tp.sh -------------------------------------------------------------------------------- /ipsec/addpptp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ipsec/addpptp.sh -------------------------------------------------------------------------------- /ipsec/dell2tp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ipsec/dell2tp.sh -------------------------------------------------------------------------------- /ipsec/delpptp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ipsec/delpptp.sh -------------------------------------------------------------------------------- /ipsec/ipsec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ipsec/ipsec.sh -------------------------------------------------------------------------------- /ipsec/renewl2tp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ipsec/renewl2tp.sh -------------------------------------------------------------------------------- /ipsec/renewpptp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ipsec/renewpptp.sh -------------------------------------------------------------------------------- /ohp/ohp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ohp/ohp.sh -------------------------------------------------------------------------------- /scriptvps-main.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/scriptvps-main.zip -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/setup.sh -------------------------------------------------------------------------------- /shadowsocks/addss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/shadowsocks/addss.sh -------------------------------------------------------------------------------- /shadowsocks/cekss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/shadowsocks/cekss.sh -------------------------------------------------------------------------------- /shadowsocks/delss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/shadowsocks/delss.sh -------------------------------------------------------------------------------- /shadowsocks/renewss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/shadowsocks/renewss.sh -------------------------------------------------------------------------------- /shadowsocks/sodosok.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/shadowsocks/sodosok.sh -------------------------------------------------------------------------------- /ssh/about.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/about.sh -------------------------------------------------------------------------------- /ssh/addhost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/addhost.sh -------------------------------------------------------------------------------- /ssh/addssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/addssh.sh -------------------------------------------------------------------------------- /ssh/autokill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/autokill.sh -------------------------------------------------------------------------------- /ssh/badvpn-udpgw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/badvpn-udpgw64 -------------------------------------------------------------------------------- /ssh/bbr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/bbr.sh -------------------------------------------------------------------------------- /ssh/ceklim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/ceklim.sh -------------------------------------------------------------------------------- /ssh/cekssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/cekssh.sh -------------------------------------------------------------------------------- /ssh/cf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/cf.sh -------------------------------------------------------------------------------- /ssh/changeport.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/changeport.sh -------------------------------------------------------------------------------- /ssh/clearlog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/clearlog.sh -------------------------------------------------------------------------------- /ssh/delexp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/delexp.sh -------------------------------------------------------------------------------- /ssh/delssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/delssh.sh -------------------------------------------------------------------------------- /ssh/dh2048.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/dh2048.pem -------------------------------------------------------------------------------- /ssh/index.html1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/index.html1 -------------------------------------------------------------------------------- /ssh/info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/info.sh -------------------------------------------------------------------------------- /ssh/issue.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/issue.net -------------------------------------------------------------------------------- /ssh/member.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/member.sh -------------------------------------------------------------------------------- /ssh/menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/menu.sh -------------------------------------------------------------------------------- /ssh/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/nginx.conf -------------------------------------------------------------------------------- /ssh/password: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/password -------------------------------------------------------------------------------- /ssh/portovpn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/portovpn.sh -------------------------------------------------------------------------------- /ssh/portsquid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/portsquid.sh -------------------------------------------------------------------------------- /ssh/portsstp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/portsstp.sh -------------------------------------------------------------------------------- /ssh/porttrojan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/porttrojan.sh -------------------------------------------------------------------------------- /ssh/portvlm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/portvlm.sh -------------------------------------------------------------------------------- /ssh/portwg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/portwg.sh -------------------------------------------------------------------------------- /ssh/ram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/ram.sh -------------------------------------------------------------------------------- /ssh/renewssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/renewssh.sh -------------------------------------------------------------------------------- /ssh/restart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/restart.sh -------------------------------------------------------------------------------- /ssh/speedtest_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/speedtest_cli.py -------------------------------------------------------------------------------- /ssh/squid3.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/squid3.conf -------------------------------------------------------------------------------- /ssh/ssh-vpn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/ssh-vpn.sh -------------------------------------------------------------------------------- /ssh/swapkvm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/swapkvm.sh -------------------------------------------------------------------------------- /ssh/tendang.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/tendang.sh -------------------------------------------------------------------------------- /ssh/trialssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/trialssh.sh -------------------------------------------------------------------------------- /ssh/vars.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/vars.conf -------------------------------------------------------------------------------- /ssh/vpn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/vpn.sh -------------------------------------------------------------------------------- /ssh/vpn.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/vpn.zip -------------------------------------------------------------------------------- /ssh/vps.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/vps.conf -------------------------------------------------------------------------------- /ssh/webmin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/webmin.sh -------------------------------------------------------------------------------- /ssh/xp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssh/xp.sh -------------------------------------------------------------------------------- /ssr/addssr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssr/addssr.sh -------------------------------------------------------------------------------- /ssr/delssr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssr/delssr.sh -------------------------------------------------------------------------------- /ssr/renewssr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssr/renewssr.sh -------------------------------------------------------------------------------- /ssr/ssr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssr/ssr.sh -------------------------------------------------------------------------------- /ssr/ssrmu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssr/ssrmu -------------------------------------------------------------------------------- /ssr/ssrmu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/ssr/ssrmu.sh -------------------------------------------------------------------------------- /sstp/accel.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/sstp/accel.conf -------------------------------------------------------------------------------- /sstp/addsstp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/sstp/addsstp.sh -------------------------------------------------------------------------------- /sstp/ceksstp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/sstp/ceksstp.sh -------------------------------------------------------------------------------- /sstp/delsstp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/sstp/delsstp.sh -------------------------------------------------------------------------------- /sstp/renewsstp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/sstp/renewsstp.sh -------------------------------------------------------------------------------- /sstp/sstp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/sstp/sstp.sh -------------------------------------------------------------------------------- /stunnel5/stunnel5.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/stunnel5/stunnel5.init -------------------------------------------------------------------------------- /stunnel5/stunnel5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/stunnel5/stunnel5.zip -------------------------------------------------------------------------------- /trojango/addtrgo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/trojango/addtrgo.sh -------------------------------------------------------------------------------- /trojango/cektrgo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/trojango/cektrgo.sh -------------------------------------------------------------------------------- /trojango/deltrgo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/trojango/deltrgo.sh -------------------------------------------------------------------------------- /trojango/renewtrgo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/trojango/renewtrgo.sh -------------------------------------------------------------------------------- /update/l2tpmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/l2tpmenu.sh -------------------------------------------------------------------------------- /update/menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/menu.sh -------------------------------------------------------------------------------- /update/pptpmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/pptpmenu.sh -------------------------------------------------------------------------------- /update/setmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/setmenu.sh -------------------------------------------------------------------------------- /update/sshovpn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/sshovpn.sh -------------------------------------------------------------------------------- /update/ssmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/ssmenu.sh -------------------------------------------------------------------------------- /update/ssrmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/ssrmenu.sh -------------------------------------------------------------------------------- /update/sstpmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/sstpmenu.sh -------------------------------------------------------------------------------- /update/trgomenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/trgomenu.sh -------------------------------------------------------------------------------- /update/trmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/trmenu.sh -------------------------------------------------------------------------------- /update/vlessmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/vlessmenu.sh -------------------------------------------------------------------------------- /update/vmessmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/vmessmenu.sh -------------------------------------------------------------------------------- /update/wgmenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/update/wgmenu.sh -------------------------------------------------------------------------------- /websocket/edu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/edu.sh -------------------------------------------------------------------------------- /websocket/ohpserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/ohpserver -------------------------------------------------------------------------------- /websocket/portsshnontls.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/portsshnontls.sh -------------------------------------------------------------------------------- /websocket/portsshws.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/portsshws.sh -------------------------------------------------------------------------------- /websocket/websocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/websocket.py -------------------------------------------------------------------------------- /websocket/ws-nontls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/ws-nontls -------------------------------------------------------------------------------- /websocket/ws-nontls.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/ws-nontls.service -------------------------------------------------------------------------------- /websocket/ws-ovpn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/ws-ovpn.py -------------------------------------------------------------------------------- /websocket/ws-ovpn.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/ws-ovpn.service -------------------------------------------------------------------------------- /websocket/ws-tls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/ws-tls -------------------------------------------------------------------------------- /websocket/ws-tls.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/websocket/ws-tls.service -------------------------------------------------------------------------------- /wireguard/addwg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/wireguard/addwg.sh -------------------------------------------------------------------------------- /wireguard/delwg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/wireguard/delwg.sh -------------------------------------------------------------------------------- /wireguard/renewwg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/wireguard/renewwg.sh -------------------------------------------------------------------------------- /wireguard/wg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/wireguard/wg.sh -------------------------------------------------------------------------------- /xray/addtrojan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/addtrojan.sh -------------------------------------------------------------------------------- /xray/addv2ray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/addv2ray.sh -------------------------------------------------------------------------------- /xray/addvless.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/addvless.sh -------------------------------------------------------------------------------- /xray/cektrojan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/cektrojan.sh -------------------------------------------------------------------------------- /xray/cekv2ray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/cekv2ray.sh -------------------------------------------------------------------------------- /xray/cekvless.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/cekvless.sh -------------------------------------------------------------------------------- /xray/certv2ray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/certv2ray.sh -------------------------------------------------------------------------------- /xray/deltrojan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/deltrojan.sh -------------------------------------------------------------------------------- /xray/delv2ray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/delv2ray.sh -------------------------------------------------------------------------------- /xray/delvless.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/delvless.sh -------------------------------------------------------------------------------- /xray/ins-xray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/ins-xray.sh -------------------------------------------------------------------------------- /xray/renewtrojan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/renewtrojan.sh -------------------------------------------------------------------------------- /xray/renewv2ray.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/renewv2ray.sh -------------------------------------------------------------------------------- /xray/renewvless.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/senowahyu62/scriptvps/HEAD/xray/renewvless.sh --------------------------------------------------------------------------------