Thanks to visit codestin.com
Credit goes to github.com

Skip to content

weijing24/gfw_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

下载

git clone [email protected]:weijing24/gfw_config.git ~/gfw_config

内核网络配置优化

cp ~/gfw_config/sysctl.conf /etc/sysctl.conf

部署

ss

  • docker 容器执行
bash ~/gfw_config/ss/ss.sh
  • swarm 模式运行
cd ~/gfw_config/ss
docker stack deploy -c ss.yml ss

v2ray

  • docker 容器执行
mkdir -p /etc/v2ray
ln -s ~/gfw_config/v2ray/config.json /etc/v2ray/config.json
bash ~/gfw_config/v2ray/v2ray.sh
  • swarm 模式运行
cd ~/gfw_config/v2ray
docker stack deploy -c v2ray.yml v2ray

trojan

  • docker 容器执行
docker run -d -v ~/gfw_config/trojan/config:/config -v ~/gfw_config/trojan/cert:/tmp  -p 443:443 --name trojan trojangfw/trojan

About

gce 上你懂的配置

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages