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": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "45.32.24.103",
|
||||
"port": 38291,
|
||||
"address": "v2ray.cool",
|
||||
"port": 10086,
|
||||
"users": [
|
||||
{
|
||||
"id": "8833948b-5861-4a0f-a1d6-83c5606881ff",
|
||||
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
|
||||
"alterId": 64
|
||||
}
|
||||
]
|
||||
@ -35,10 +35,23 @@
|
||||
"tag": "direct"
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"servers": [
|
||||
"8.8.8.8",
|
||||
"8.8.4.4",
|
||||
"localhost"
|
||||
]
|
||||
},
|
||||
"routing": {
|
||||
"strategy": "rules",
|
||||
"settings": {
|
||||
"domainStrategy": "IPIfNonMatch",
|
||||
"rules": [
|
||||
{
|
||||
"type": "field",
|
||||
"port": "1-52",
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"port": "54-79",
|
||||
@ -54,13 +67,6 @@
|
||||
"port": "444-65535",
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"gc.kis.scr.kaspersky-labs.com"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
{
|
||||
"type": "chinasites",
|
||||
"outboundTag": "direct"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"port": 38291,
|
||||
"port": 10086,
|
||||
"log" : {
|
||||
"access": "/var/log/v2ray/access.log",
|
||||
"error": "/var/log/v2ray/error.log",
|
||||
@ -10,7 +10,7 @@
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "8833948b-5861-4a0f-a1d6-83c5606881ff",
|
||||
"id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
|
||||
"level": 1,
|
||||
"alterId": 64
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user