洋芋笔记

v2fly内核使用原版hysteria2配置示例

我自己测试是可用的,可以根据参考资料自己改改。

{
    "tag": "proxy",
    "protocol": "hysteria2",
    "settings": {
      "servers": [{
        "address": "你的IP",
        "port": 你的端口
      }]
    },
    "streamSettings": {
      "network": "hysteria2",
      "security": "tls",
      "tlsSettings": {
      "serverName": "你的域名",
        "allowInsecure": true
      },
      "hy2Settings": {
        "password": "你的密码",
  "use_udp_extension": true,
  "congestion": {
    "type": "brutal",
    "up_mbps": 100,
    "down_mbps": 100
  }
      }
    }
  },

参考资料:

#v2fly