端口转发、二级代理、隧道中转、链式代理

视频教程

视频文档

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

YAML 复制

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

【揭秘分享】搭建节点竟能月入7万!?运营tiktok必看,如何搭建“tiktok专线”节点,如何寻找干净的IP?没有中间商赚差价,亚马逊运营、facebook运营,网赚运营等跨境电商必看的骚操作

视频

检测IP类型:https://ipinfo.io

检测IP欺诈:https://scamalytics.com/ip

tiktok线路:https://fofa.info/result?qbase64=ZG9t…

网赚必备的住宅IP使用技巧,让你的脏IP节点重新支持解锁流媒体、chatgpt、paypal、跨境电商等高要求网络环境,静态住宅IP无需链式代理直接使用的方法,手机端使用住宅IP方法

住宅ip提供商:http://ip.880805.xyz

检测IP类型:https://ipinfo.io
检测IP欺诈:https://scamalytics.com/ip

电脑端使用住宅IP(链式代理)

输入推荐ID:118428636,可获取3天无限流量免费使用

安卓端使用住宅IP(链式代理)

假定你已经有自己的节点,节点搭建教程

苹果端使用住宅IP(链式代理)

假定你已经有自己的节点,节点搭建教程

无链式代理使用住宅IP

假定你通过X-UI搭建了节点,节点搭建教程

VPS执行更新geosite指令:
wget https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat -O /usr/local/x-ui/bin/geosite.dat

x-ui配置模板(指定网站走住宅IP):

https://xtls.github.io/config/routing.html#预定义域名列表
{
  "api": {
    "services": [
      "HandlerService",
      "LoggerService",
      "StatsService"
    ],
    "tag": "api"
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "port": 62789,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "127.0.0.1"
      },
      "tag": "api"
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "settings": {}
    },
    {
      "tag": "zhuzai_proxy",
      "protocol": "socks",
      "settings": {
        "servers": [
          {
            "address": "8.8.8.8",
            "port": 8888,
            "users": [
              {
                "user": "user",
                "pass": "pass"
              }
            ]
          }
        ]
      }
    },
    {
      "protocol": "blackhole",
      "settings": {},
      "tag": "blocked"
    }
  ],
  "policy": {
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    }
  },
  "routing": {
    "rules": [
      {
        "type": "field",
        "outboundTag": "zhuzai_proxy",
        "domain": [
          "ip125.com",
          "geosite:openai",
          "geosite:netflix",
          "geosite:facebook",
          "geosite:paypal",
          "geosite:twitter",
          "geosite:amazon",
          "geosite:disney"
        ]
      },
      {
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api",
        "type": "field"
      },
      {
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "blocked",
        "type": "field"
      },
      {
        "outboundTag": "blocked",
        "protocol": [
          "bittorrent"
        ],
        "type": "field"
      }
    ]
  },
  "stats": {}
}

JSON 复制

x-ui配置模板(所有网站走住宅IP):

{
  "api": {
    "services": [
      "HandlerService",
      "LoggerService",
      "StatsService"
    ],
    "tag": "api"
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "port": 62789,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "127.0.0.1"
      },
      "tag": "api"
    }
sanradar
sanradar
文章: 97

8 评论

  1. You really make it seem so easy along with your presentation but I
    find this topic to be actually something that I believe I might by no means understand.
    It kind of feels too complex and extremely vast for me. I am looking
    forward to your subsequent post, I’ll attempt to get the grasp of it!

    Lista escape room

  2. I was reading through some of your articles on this site and I believe this site is really instructive!
    Continue putting up.!

  3. That is a good tip particularly to those fresh to the blogosphere. Simple but very accurate information… Thanks for sharing this one. A must read article!

留下评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注