Update README

This commit is contained in:
EpLiar 2020-07-31 20:43:27 +08:00
parent 560e311c12
commit fda1b90191
No known key found for this signature in database
GPG Key ID: 170E1DA332EEF73E

View File

@ -52,24 +52,39 @@
}, },
"inbounds": [ "inbounds": [
{ {
"port": 1234, "port": 1080,
"protocol": "vmess", "protocol": "socks",
"settings": { "settings": {
"clients": [ "auth": "noauth",
{ "udp": true
"id": "e2b39869-7e9e-411b-a561-00904419bed9",
"alterId": 100,
"testsEnabled": "VMessAEAD"
}
]
}, },
"tag": "tcp", "tag": "socks"
"streamSettings": {
"network": "tcp"
}
} }
], ],
"outbounds": [ "outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"users": [
{
"alterId": 100,
"security": "aes-128-gcm",
"id": "",
"testsEnabled": "VMessAEAD"
}
],
"port": 1234,
"address": "Your_IP_Address"
}
]
},
"streamSettings": {
"network": "tcp"
},
"tag": "proxy"
},
{ {
"protocol": "freedom", "protocol": "freedom",
"settings": { "settings": {
@ -107,7 +122,7 @@
"settings": { "settings": {
"clients": [ "clients": [
{ {
"id": "e2b39869-7e9e-411b-a561-00904419bed9", "id": "",
"alterId": 100, "alterId": 100,
"testsEnabled": "VMessAEAD" "testsEnabled": "VMessAEAD"
} }