VPN 配置信息

VPN 配置信息

软件版本

软件 版本 路径
Xray-core 26.3.27 /usr/local/bin/xray
v2rayA 2.2.7.5 /usr/bin/v2raya

服务端口

端口 协议 监听地址 用途
10808 SOCKS5 0.0.0.0 代理(所有设备)
10809 HTTP 0.0.0.0 代理(所有设备)
2017 HTTP 0.0.0.0 v2rayA 管理面板

当前节点信息

字段
名称 🎞️ 1.0x 🇭🇰 香港 HK - 0301
协议 vmess
传输 ws (WebSocket)
地址 n1.g3n1xeno.cc:40005
UUID b81578a1-81a2-42a4-9502-c024fec1959c
WS Host update.pan.baidu.com
WS Path /
TLS

Xray 完整配置

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"port": 10808,
"listen": "0.0.0.0",
"protocol": "socks",
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
},
"settings": {
"auth": "noauth",
"udp": true
},
"tag": "socks-in"
},
{
"port": 10809,
"listen": "0.0.0.0",
"protocol": "http",
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
},
"tag": "http-in"
}
],
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "n1.g3n1xeno.cc",
"port": 40005,
"users": [
{
"id": "b81578a1-81a2-42a4-9502-c024fec1959c",
"alterId": 0,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"host": "update.pan.baidu.com",
"path": "/"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "block"
}
],
"routing": {
"domainStrategy": "IPOnDemand",
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "direct"
},
{
"type": "field",
"domain": ["geosite:cn"],
"outboundTag": "direct"
},
{
"type": "field",
"ip": ["geoip:cn"],
"outboundTag": "direct"
}
]
}
}

路由规则说明

流量类型 路由
私有 IP(192.168.x.x 等) 直连
中国大陆域名(geosite:cn) 直连
中国大陆 IP(geoip:cn) 直连
其余所有流量 走代理

订阅信息

项目
订阅地址 https://xeno6.top/api/v1/client/subscribe?token=xxx
节点总数 254
可用地区 香港、台湾、日本、韩国、新加坡、美国、英国、德国、法国等 30+ 国家和地区
流量信息 剩余 97.78 GB
套餐到期 2026-06-09

系统服务

xray.service

1
2
3
4
Description=Xray Service
ExecStart=/usr/local/bin/xray run -c /usr/local/etc/xray/config.json
Restart=on-failure
AutoStart=enabled

v2raya.service

1
2
3
Description=v2rayA Service
ExecStart=/usr/bin/v2raya --log-disable-timestamp
AutoStart=enabled

管理账号

项目
面板地址 http://192.168.1.156:2017
用户名 admin
密码 admin123

关键目录

路径 内容
/usr/local/bin/xray Xray 主程序
/usr/local/share/xray/ geoip.dat, geosite.dat
/usr/local/etc/xray/config.json Xray 配置文件
/etc/v2raya/ v2rayA 数据库和配置
/var/log/v2raya/v2raya.log v2rayA 日志