找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1316|回复: 9

H大V2配置问题请教各位大神

[复制链接]
搞了三天实在没办法只能来论坛求助:
以下是我的配置文件是不是哪里错了
{
  "log": {
    "access": "",
    "error": "",
    "loglevel": ""
  },
{
  "inbounds": [
    {
      "port": 1080,
      "listen": "0.0.0.0",
      "protocol": "socks",
      "settings": {
        "auth": "noauth",
        "udp": true
      }
    },
    {
      "port": 8080,
      "listen": "0.0.0.0",
      "protocol": "http",
      "settings": {
        "timeout": 300,
        "allowTransparent": false,
        "userLevel": 0
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "socks",
      "settings": {
        "servers": [
          {
            "address": "隐藏",
            "port": 443
          }
        ]
      },
      "streamSettings": {
        "network": "h2",
        "httpSettings": {
          "path": "/x",
          "host": [
            "隐藏"
          ]
        },
        "security": "tls"
      }
    }
  ]
},
"inboundDetour": [
    {
      "port": "1099",
      "listen": "0.0.0.0",
    "protocol": "dokodemo-door",
    "settings": {
      "network": "tcp,udp",
      "timeout": 300,
      "followRedirect": true
    }
    }
  ],




我的恩山、我的无线 The best wifi forum is right here.
观摩一下。。。看起来很高端的样子

我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
先说明本人小白一个,h大的v2,我无论是把配置文件粘贴进去,还是把配置设定成网址,都不好使,都显示启动失败。最后还是手机,电脑分别安装的客户端。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

红字部分改成自己的参数
=====================
{
  "log": {
    "access": "",
    "error": "",
    "loglevel": ""
  },
  "inbound": {
    "port": 1080,
    "listen": "0.0.0.0",
    "protocol": "socks",
    "settings": {
      "auth": "noauth",
      "udp": true,
      "ip": "127.0.0.1",
      "clients": null
    },
    "streamSettings": null
  },
  "outbound": {
    "tag": "agentout",
    "protocol": "vmess",
    "settings": {
      "vnext": [
        {
          "address": "yourswebside.net",
          "port": 443,
          "users": [
            {
              "id": "yoursid-9786-41758e5532a6",
              "alterId": 64,
              "security": "none"
            }
          ]
        }
      ],
      "servers": null
    },
    "streamSettings": {
      "network": "h2",
      "security": "tls",
      "tcpSettings": null,
      "kcpSettings": null,
      "wsSettings": {
        "connectionReuse": true,
        "path": "/yourspath"
      }
    },
    "mux": {
      "enabled": true
    }
  },
  "inboundDetour": [
    {
      "port": "1099",
      "listen": "0.0.0.0",
    "protocol": "dokodemo-door",
    "settings": {
      "network": "tcp,udp",
      "timeout": 300,
      "followRedirect": true
    }
    }
  ],
  "outboundDetour": [
    {
      "protocol": "freedom",
      "settings": {
        "response": null
      },
      "tag": "direct"
    },
    {
      "protocol": "blackhole",
      "settings": {
        "response": {
          "type": "http"
        }
      },
      "tag": "blockout"
    }
  ],
  "dns": {
    "servers": [
      "119.29.29.29",
      "localhost"
    ]
  },
  "routing": {
    "strategy": "rules",
    "domainStrategy": "IPIfNonMatch",
    "settings": {
      "rules": [
        {
          "type": "field",
          "ip": [
            "0.0.0.0/8",
            "10.0.0.0/8",
            "100.64.0.0/10",
            "169.254.0.0/16",
            "172.16.0.0/12",
            "192.0.0.0/24",
            "192.0.2.0/24",
            "192.168.0.0/16",
            "198.18.0.0/15",
            "198.51.100.0/24",
            "203.0.113.0/24",
            "100.100.100.100/32",
            "188.188.188.188/32",
            "110.110.110.110/32",
            "::1/128",
            "fc00::/7",
            "fe80::/10",
            "geoip:cn"
          ],
          "outboundTag": "direct"
        },
        {
          "type": "field",
          "domain": [
            "geosite:cn",
            "geosite:speedtest"
          ],
          "outboundTag": "direct"
        },
        {
          "type": "field",
          "protocol": [
            "bittorrent"
          ],
          "outboundTag": "direct"
        }
      ]
    }
  }
}


点评

求修改一个,支持普通tcp协议,仿冒http的 也许还会有兄弟问mkcp 仿冒 微信通话之类的  详情 回复 发表于 2019-12-16 08:43
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

zs900 发表于 2019-12-16 04:38
红字部分改成自己的参数
=====================
{

求修改一个,支持普通tcp协议,仿冒http的

也许还会有兄弟问mkcp 仿冒 微信通话之类的

点评

不好意思,我不懂修改,这些都是用google搜索找到的  详情 回复 发表于 2019-12-16 22:06
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

sw1999 发表于 2019-12-16 08:43
求修改一个,支持普通tcp协议,仿冒http的

也许还会有兄弟问mkcp 仿冒 微信通话之类的

不好意思,我不懂修改,这些都是用google搜索找到的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
确实挺难搞得。不过我搞了感觉不如乳酸菌饮料,电脑手机上到了路由上很慢。乳酸菌饮料一直稳定。很快
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

学习一下有什么用。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

H大的v2我就没成功过
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
好像更新固件新版后很简单。导入链接后用China DNS还有什么sock5?什么的忘了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-28 21:49

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表