|
本帖最后由 host0108 于 2023-5-23 22:51 编辑
解锁状态查看:http://testing.laoyizi.cf:8880
加入业内首创数据包行为指纹识别IP,众享丝滑,测试下试试能硬几天 。
协议:vmess
域名:testing.laoyizi.cf
端口:8880
TLS:关闭
ID: 00000000-0000-0000-0000-000000000000
模式:ws
path:/favicon.ico
vmess://YXV0bzowMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDBAdGVzdGluZy5sYW95aXppLmNmOjg4ODA?path=/favicon.ico&obfs=websocket&alterId=0
v2/x中转这样配:
-
- "outbounds": [
- // 你的配置
- {
- "tag": "GoNetflix",
- "protocol": "vmess",
- "streamSettings": {
- "network": "ws",
- "wsSettings": {
- "path": "/favicon.ico"
- }
- },
- "settings": {
- "vnext": [
- {
- "address": "testing.laoyizi.cf",
- "port": 8880,
- "users": [
- {
- "id": "00000000-0000-0000-0000-000000000000",
- "security": "auto",
- "alterId": 0
- }
- ]
- }
- ]
- }
- }
- ]
- 路由配置参考下这个:
- "routing": {
- "rules": [
- {
- "type": "field",
- "outboundTag": "GoNetflix",
- "domain": [
- "geosite:netflix"
- ]
- },
- {
- "type": "field",
- "outboundTag": "direct"
- }
- ]
- }
复制代码
ps:先测试下,老姨子能不能上岗得看情况 |
|