RT

跑满是可以的,速度确实杠,美中不足的是没有G口,流量计费的话要破产,毕竟我每个月800多G流量。


先用一段时间。IX落地其实想用TAPHIP(便宜),不过没抢到。阿里云一年68,不限速的话明年换良心云吧,限速就直接退了~

阿里云SZ搭配Akile HKIX

PC <--SS--> 阿里云 <--Reality--> Akile <--Direct--> Internet

{  "log": {    "loglevel": "none"  },  "dns":{},  "routing": {    "domainStrategy": "IPIfNonMatch",    "rules": [        {          "type": "field",          "inboundTag": ["ss-in"],          "outboundTag": "ix-out"        }    ]  },  "inbounds": [    {      "port": 9000,      "tag":"ss-in",      "protocol": "shadowsocks",      "settings": {        "method": "2022-blake3-chacha20-poly1305",        "password": "CHANGEME",        "network": "tcp,udp"      }    }  ],  "outbounds": [      {          "tag":"ix-out",          "protocol": "vless",          "settings": {              "vnext": [                  {                      "address": "CHANGEME",                      "port": 10086,                      "users": [                          {                              "id": "CHANGEME",                              "encryption": "none",                              "flow": "xtls-rprx-vision"                          }                      ]                  }              ]          },         "streamSettings": {              "network": "tcp",              "security": "reality",              "realitySettings": {                  "show": false,                  "fingerprint": "chrome",                  "serverName": "CHANGEME",                  "publicKey": "CHANGEME",                  "shortId": "CHANGEME",                  "spiderX": "/"              }          }      }  ]}