“科学上网”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
(创建页面,内容为“最新的新的翻墙神器 gost 暂时不理会v2ray了 =1.设置Docker服务= =2. 生成证书= https://wiki.linuxchina.net/index.php/Nginx%E5%AE%89%E8%A3%85Le…”)
 
第1行: 第1行:
 
最新的新的翻墙神器 gost 暂时不理会v2ray了  
 
最新的新的翻墙神器 gost 暂时不理会v2ray了  
 +
 +
=0.等改进=
 +
要用上cdn
 +
 +
https://github.com/haoel/haoel.github.io
 +
 
=1.设置Docker服务=
 
=1.设置Docker服务=
  

2023年2月25日 (六) 05:54的版本

最新的新的翻墙神器 gost 暂时不理会v2ray了

0.等改进

要用上cdn

https://github.com/haoel/haoel.github.io

1.设置Docker服务

2. 生成证书

https://wiki.linuxchina.net/index.php/Nginx%E5%AE%89%E8%A3%85Let%E2%80%99s_Encrypt%E5%85%8D%E8%B4%B9SSL%E8%AF%81%E4%B9%A6

sudo certbot certonly --standalone

3.usage

 curl -v "https://www.google.com" --proxy "https://xx.linuxsa.org" --proxy-user 'evan:evan'


接下来就是证书的自动化更新。

可以使用命令 crontab -e 来编辑定时任务:

0 0 1 * * /usr/bin/certbot renew --force-renewal
5 0 1 * * /usr/bin/docker restart gost

这样,服务器就配置完成了。客户端请移动后面的客户端章节。

    使用 Cloudflare 的注意事项


4. client 配置

暂时不用 cdn的

gost -L socks5://:1080 -F 'https://USER:PASS@DOMAIN:443'


/home/evan/data/apps/gost-linux-amd64 -L socks5://:1081 -F 'https://evan:[email protected]:443'