Wray Lee
Articles35
Tags0
Categories0

Archive

端口转发、二级代理、隧道中转、链式代理 - 科学上网 技术分享

端口转发、二级代理、隧道中转、链式代理 - 科学上网 技术分享

端口转发、二级代理、隧道中转、链式代理 - 科学上网 技术分享

视频文档

x-ui

安装x-ui:bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)

gost-v3

项目地址:https://github.com/go-gost/gost

官方文档:https://gost.run

端口转发

x-ui启用端口转发:创建 dokodemo-door

gost启用端口转发:./gost -L tcp://:9527/落地机ip:80

二级代理

参考:https://youtu.be/Vj4TGd9IaQc

隧道中转

方式1:

中转机:./gost -L tcp://:9527 -F relay+tls://1.1.1.1:8443

落地机:./gost -L relay+tls://:8443/:80

方式2:

中转机:./gost -L tcp://:9527/1.1.1.1:80 -F relay+tls://1.1.1.1:8443

落地机:./gost -L relay+tls://:8443

后台运行:

nohup 运行指令 > gost.log 2>&1 &

链式代理

clash:

- name: "链式代理"
 type: relay
 proxies:
    - proxy1
    - proxy2
    - proxy3

v2ray代理链https://toutyrater.github.io/advanced/outboundproxy.html
gost代理链https://gost.run/concepts/chain/

Author:Wray Lee
Link:http://blog.wray7.top/2023/09/04/Network/%E7%AB%AF%E5%8F%A3%E8%BD%AC%E5%8F%91%E3%80%81%E4%BA%8C%E7%BA%A7%E4%BB%A3%E7%90%86%E3%80%81%E9%9A%A7%E9%81%93%E4%B8%AD%E8%BD%AC%E3%80%81%E9%93%BE%E5%BC%8F%E4%BB%A3%E7%90%86%20-%20%E7%A7%91%E5%AD%A6%E4%B8%8A%E7%BD%91%20%E6%8A%80%E6%9C%AF%E5%88%86%E4%BA%AB/
版权声明:本文采用 CC BY-NC-SA 3.0 CN 协议进行许可