mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 22:09:29 +08:00
refine options
This commit is contained in:
parent
f7e495f0a4
commit
04017a8c67
@ -52,8 +52,7 @@
|
|||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"security": "tls",
|
"security": "tls",
|
||||||
"tlsSettings": {
|
"tlsSettings": {
|
||||||
"serverName": "example.domain",
|
"serverName": "example.domain"
|
||||||
"allowInsecure": false
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tag": "proxy"
|
"tag": "proxy"
|
||||||
|
@ -9,7 +9,9 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"decryption":"none",
|
"decryption":"none",
|
||||||
"clients": [
|
"clients": [
|
||||||
{"id": "{{ }}"}
|
{
|
||||||
|
"id": "{{ id }}"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"streamSettings": {
|
"streamSettings": {
|
||||||
@ -21,6 +23,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outbounds": [
|
"outbounds": [
|
||||||
{"protocol": "freedom"}
|
{
|
||||||
|
"protocol": "freedom"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user