update default server address

pull/168/head
v2ray 9 years ago
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,30 +35,36 @@
"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", "type": "field",
"port": "54-79", "port": "1-52",
"outboundTag": "direct" "outboundTag": "direct"
}, },
{ {
"type": "field", "type": "field",
"port": "81-442", "port": "54-79",
"outboundTag": "direct" "outboundTag": "direct"
}, },
{ {
"type": "field", "type": "field",
"port": "444-65535", "port": "81-442",
"outboundTag": "direct" "outboundTag": "direct"
}, },
{ {
"type": "field", "type": "field",
"domain": [ "port": "444-65535",
"gc.kis.scr.kaspersky-labs.com"
],
"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…
Cancel
Save