mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 18:13:13 +00:00
update vision config (#90)
* Update config_client.json * Update config_server.json * Update config_client.json
This commit is contained in:
parent
9ad16b0ff6
commit
0c9e05e948
|
@ -26,7 +26,7 @@
|
|||
"inbounds": [
|
||||
{
|
||||
"listen": "127.0.0.1",
|
||||
"port": 10808,
|
||||
"port": 10808, // v2rayN 本地监听端口
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
"udp": true
|
||||
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
{
|
||||
"listen": "127.0.0.1",
|
||||
"port": 10809,
|
||||
"port": 10809, // v2rayN 本地监听端口
|
||||
"protocol": "http",
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
|
@ -59,7 +59,7 @@
|
|||
"vnext": [
|
||||
{
|
||||
"address": "", // VPS的IP
|
||||
"port": 16387, // 端口
|
||||
"port": 16387, // VPS的端口
|
||||
"users": [
|
||||
{
|
||||
"id": "", // 用户ID
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
{
|
||||
"type": "field",
|
||||
"ip": [
|
||||
"geoip:cn",
|
||||
"geoip:private"
|
||||
"geoip:cn"
|
||||
],
|
||||
"outboundTag": "block"
|
||||
}
|
||||
|
@ -33,7 +32,6 @@
|
|||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"rejectUnknownSni": true,
|
||||
"certificates": [
|
||||
{
|
||||
"certificateFile": "/etc/ssl/private/fullchain.cer", // 证书
|
||||
|
|
Loading…
Reference in a new issue