update vision config (#90)

* Update config_client.json

* Update config_server.json

* Update config_client.json
This commit is contained in:
chika0801
2022-11-21 08:02:01 +08:00
committed by GitHub
parent 9ad16b0ff6
commit 0c9e05e948
2 changed files with 4 additions and 6 deletions

View File

@@ -26,7 +26,7 @@
"inbounds": [ "inbounds": [
{ {
"listen": "127.0.0.1", "listen": "127.0.0.1",
"port": 10808, "port": 10808, // v2rayN 本地监听端口
"protocol": "socks", "protocol": "socks",
"settings": { "settings": {
"udp": true "udp": true
@@ -41,7 +41,7 @@
}, },
{ {
"listen": "127.0.0.1", "listen": "127.0.0.1",
"port": 10809, "port": 10809, // v2rayN 本地监听端口
"protocol": "http", "protocol": "http",
"sniffing": { "sniffing": {
"enabled": true, "enabled": true,
@@ -59,7 +59,7 @@
"vnext": [ "vnext": [
{ {
"address": "", // VPS的IP "address": "", // VPS的IP
"port": 16387, // 端口 "port": 16387, // VPS的端口
"users": [ "users": [
{ {
"id": "", // 用户ID "id": "", // 用户ID

View File

@@ -8,8 +8,7 @@
{ {
"type": "field", "type": "field",
"ip": [ "ip": [
"geoip:cn", "geoip:cn"
"geoip:private"
], ],
"outboundTag": "block" "outboundTag": "block"
} }
@@ -33,7 +32,6 @@
"network": "tcp", "network": "tcp",
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"rejectUnknownSni": true,
"certificates": [ "certificates": [
{ {
"certificateFile": "/etc/ssl/private/fullchain.cer", // 证书 "certificateFile": "/etc/ssl/private/fullchain.cer", // 证书