美文网首页
2022-04-01

2022-04-01

作者: 蛐蛐儿阳 | 来源:发表于2022-04-01 16:19 被阅读0次

    https://developers.facebook.com/docs/app-events/getting-started-app-events-web#auto-events
    {
    "inbounds": [
    {
    "port": 1080, // 监听端口
    "protocol": "socks", // 入口协议为 SOCKS 5
    "sniffing": {
    "enabled": true,
    "destOverride": ["http", "tls"]
    },
    "settings": {
    "auth": "noauth" //socks的认证设置,noauth 代表不认证,由于 socks 通常在客户端使用,所以这里不认证
    }
    }
    ],
    "outbounds": [
    {
    "protocol": "vmess", // 出口协议
    "settings": {
    "vnext": [
    {
    "address": "serveraddr.com", // 服务器地址,请修改为你自己的服务器 IP 或域名
    "port": 16823, // 服务器端口
    "users": [
    {
    "id": "b831381d-6324-4d53-ad4f-8cda48b30811", // 用户 ID,必须与服务器端配置相同
    "alterId": 0 // 此处的值也应当与服务器相同
    }
    ]
    }
    ]
    }
    }
    ]
    }
    a831381d-6324-4d53-ad4f-8cda48b30811

    相关文章

      网友评论

          本文标题:2022-04-01

          本文链接:https://www.haomeiwen.com/subject/pumajrtx.html