mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
update default server address
This commit is contained in:
parent
81cdaa0e4e
commit
e610faaff6
@ -16,11 +16,11 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "45.32.24.103",
|
"address": "v2ray.cool",
|
||||||
"port": 38291,
|
"port": 10086,
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "8833948b-5861-4a0f-a1d6-83c5606881ff",
|
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
|
||||||
"alterId": 64
|
"alterId": 64
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -35,10 +35,23 @@
|
|||||||
"tag": "direct"
|
"tag": "direct"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"dns": {
|
||||||
|
"servers": [
|
||||||
|
"8.8.8.8",
|
||||||
|
"8.8.4.4",
|
||||||
|
"localhost"
|
||||||
|
]
|
||||||
|
},
|
||||||
"routing": {
|
"routing": {
|
||||||
"strategy": "rules",
|
"strategy": "rules",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"domainStrategy": "IPIfNonMatch",
|
||||||
"rules": [
|
"rules": [
|
||||||
|
{
|
||||||
|
"type": "field",
|
||||||
|
"port": "1-52",
|
||||||
|
"outboundTag": "direct"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"port": "54-79",
|
"port": "54-79",
|
||||||
@ -54,13 +67,6 @@
|
|||||||
"port": "444-65535",
|
"port": "444-65535",
|
||||||
"outboundTag": "direct"
|
"outboundTag": "direct"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "field",
|
|
||||||
"domain": [
|
|
||||||
"gc.kis.scr.kaspersky-labs.com"
|
|
||||||
],
|
|
||||||
"outboundTag": "direct"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "chinasites",
|
"type": "chinasites",
|
||||||
"outboundTag": "direct"
|
"outboundTag": "direct"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"port": 38291,
|
"port": 10086,
|
||||||
"log" : {
|
"log" : {
|
||||||
"access": "/var/log/v2ray/access.log",
|
"access": "/var/log/v2ray/access.log",
|
||||||
"error": "/var/log/v2ray/error.log",
|
"error": "/var/log/v2ray/error.log",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
{
|
||||||
"id": "8833948b-5861-4a0f-a1d6-83c5606881ff",
|
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
|
||||||
"level": 1,
|
"level": 1,
|
||||||
"alterId": 64
|
"alterId": 64
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user