123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "stats": {},
- "api": {
- "tag": "api",
- "services": [
- "StatsService"
- ]
- },
- "policy": {
- "levels": {
- "0": {
- "statsUserUplink": true,
- "statsUserDownlink": true
- }
- },
- "system": {
- "statsInboundUplink": true,
- "statsInboundDownlink": true
- }
- },
- "log": {
- "access": "/var/log/v2ray/access.log",
- "error": "/var/log/v2ray/error.log",
- "loglevel": "warning"
- },
- "header": {
- "type": "none"
- },
- "inbounds": [{
- "port": 10443,
- "protocol": "vmess",
- "settings": {
- "clients": [{
- "email": "owner",
- "id": "${UUID}",
- "alterId": 64
- }]
- },
- "streamSettings": {
- "network": "ws",
- "wsSettings": {
- "path": "/${V2RAY_PATH}"
- },
- "sockopt": {
- "tcpFastOpen": true
- }
- }
- },
- {
- "listen": "127.0.0.1",
- "port": 10085,
- "protocol": "dokodemo-door",
- "settings": {
- "address": "127.0.0.1"
- },
- "tag": "api"
- }
- ],
- "outbound": {
- "protocol": "freedom",
- "settings": {}
- },
- "routing": {
- "settings": {
- "rules": [{
- "inboundTag": [
- "api"
- ],
- "outboundTag": "api",
- "type": "field"
- }]
- },
- "strategy": "rules"
- }
- }
|