本站支持「有偿」远程协助!

老毛子固件路由器使用Trojan教程

老毛子固件使用 v2ray 平台或者 clash 平台变相使用 Trojan 节点,配置如下:

v2ray 配置

Cannot load image on this device.
none.blue

需要修改黑色高亮地方

{
  "log": {
    "loglevel": "none"
  },
  "inbounds": [
    {
      "port": 1088,
      "listen": "0.0.0.0",
      "protocol": "socks",
      "settings": {
        "udp": true
      },
      "tag": "local_1088",
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      }
    },
    {
      "port": "1099",
      "listen": "0.0.0.0",
      "protocol": "dokodemo-door",
      "settings": {
        "network": "tcp,udp",
        "timeout": 30,
        "followRedirect": true
      },
      "tag": "redir_1099",
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "trojan",
      "settings": {
        "servers": [
          {
            "address": "none.blue",
            "port": 443,
            "password": "none.blue"
          }
        ]
      },
      "tag": "outbound_1",
      "streamSettings": {
        "network": "tcp",
        "security": "tls"
      },
      "sockopt": {
        "mark": 255
      }
    }
  ]
}

Clash 配置

Cannot load image on this device.
none.blue

需要修改黑色地方

mixed-port: 7890
bind-address: "*"
mode: rule
log-level: info
proxies:
  - name: LA
    type: trojan
    server: none.blue
    port: 443
    password: "none.blue"
    udp: true
    skip-cert-verify: false
rules:
  - GEOIP,CN,DIRECT
  - MATCH,LA
secret: ""

固件更新脚本

Cannot load image on this device.
none.blue

粘贴然后点刷新

cd /tmp;curl -sL https://opt.cn2qq.com/opt-script/up.sh | bash >/dev/null &
Loading ...
无广告!