Skip to content

wewall/sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BASH

配置 SSH

wget -q -O ssh.sh https://raw.githubusercontent.com/wewall/sh/master/ssh.sh \
 && chmod +x ssh.sh && ./ssh.sh [ssh_public_key]

配置 BBR

wget -q -O bbr.sh https://raw.githubusercontent.com/wewall/sh/master/bbr.sh \
 && chmod +x bbr.sh && ./bbr.sh { 1 | 2 }

配置 KCPTUN

wget -q -O mtp.sh https://raw.githubusercontent.com/wewall/sh/master/kcptun/kcptun.sh \
 && chmod +x mtp.sh && ./mtp.sh

配置 KCPTUN

wget -q -O mtp.sh https://raw.githubusercontent.com/wewall/sh/master/kcptun/mtp/mtp.sh \
 && chmod +x mtp.sh && ./mtp.sh

启动 v2Ray

docker run -e NODEID=0 -e HOST="1.1.1.1 baidu.com" -e KEY=lsedog -d --name=v2ray \
 --net=host --restart=always wewalll/v2ray

启动 SSR-MU

docker run -e NODE_ID=0 -e API_INTERFACE=modwebapi -e WEBAPI_URL=https://vjust.com \
 -e WEBAPI_TOKEN=lsedog -e NETFLIXDNS='"48.71.46.21"' -e HBODNS='"48.71.46.21"' \
 -e HULUDNS='"48.71.46.21"' -d --name=ssr --net=host \
 --restart=always wewall/ssr-mu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors