本帖最后由 五岁抬头 于 2024-10-8 08:39 编辑
我自己测试是可用的,可以根据参考资料自己改改。
- {
- "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
- }
- }
- }
- },
复制代码
参考资料:
|