mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
update readme
This commit is contained in:
parent
eea2a67ff7
commit
3b933ac192
27
README.md
27
README.md
@ -45,7 +45,6 @@
|
|||||||
"geoip:private"
|
"geoip:private"
|
||||||
],
|
],
|
||||||
"outboundTag": "direct",
|
"outboundTag": "direct",
|
||||||
"port": null,
|
|
||||||
"type": "field"
|
"type": "field"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -69,26 +68,19 @@
|
|||||||
{
|
{
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"alterId": 100,
|
"alterId": 4,
|
||||||
"security": "aes-128-gcm",
|
"security": "aes-128-gcm",
|
||||||
"id": "",
|
"id": "",
|
||||||
"testsEnabled": "VMessAEAD"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"port": 1234,
|
"port": 1234,
|
||||||
"address": "Your_IP_Address"
|
"address": "Your_IP_Address"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"streamSettings": {
|
|
||||||
"network": "tcp"
|
|
||||||
},
|
|
||||||
"tag": "proxy"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"protocol": "freedom",
|
"protocol": "freedom",
|
||||||
"settings": {
|
|
||||||
},
|
|
||||||
"tag": "direct"
|
"tag": "direct"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -110,7 +102,6 @@
|
|||||||
"geoip:private"
|
"geoip:private"
|
||||||
],
|
],
|
||||||
"outboundTag": "blocked",
|
"outboundTag": "blocked",
|
||||||
"port": null,
|
|
||||||
"type": "field"
|
"type": "field"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -123,28 +114,18 @@
|
|||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"id": "",
|
"id": "",
|
||||||
"alterId": 100,
|
"alterId": 4,
|
||||||
"testsEnabled": "VMessAEAD"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"tag": "tcp",
|
|
||||||
"streamSettings": {
|
|
||||||
"network": "tcp"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outbounds": [
|
"outbounds": [
|
||||||
{
|
{
|
||||||
"protocol": "freedom",
|
"protocol": "freedom",
|
||||||
"settings": {
|
|
||||||
},
|
|
||||||
"tag": "direct"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"protocol": "blackhole",
|
"protocol": "blackhole",
|
||||||
"settings": {
|
|
||||||
},
|
|
||||||
"tag": "blocked"
|
"tag": "blocked"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -161,4 +142,4 @@
|
|||||||
|
|
||||||
## 最后
|
## 最后
|
||||||
|
|
||||||
祝你玩的愉快,感谢原始作者 KiriKira 和 Project V 的所有开发人员,以及 v2ray.fun 的作者。
|
祝你玩的愉快,感谢原始作者 KiriKira、雨落无声和 Project V 的所有开发人员。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user