|
楼主 |
发表于 2019-5-28 11:44:39
|
显示全部楼层
- {
- "log": {
- "error": "/var/log/v2ray/error.log",
- "loglevel": "warning",
- "access": "/var/log/v2ray/access.log"
- },
- "dns": {},
- "stats": {},
- "inbounds": [
- {
- "port": 1111,
- "settings": {
- "clients": [
- {
- "alterId": 16,
- "id": "965cd0bf-xxxx-xxxx-xxxx-ec451abxxxx"
- }
- ]
- },
- "tag": "in-0",
- "protocol": "vmess",
- "streamSettings": {
- "security": "none",
- "network": "tcp",
- "tcpSettings": {}
- }
- }
- ],
- "outbounds": [
- {
- "settings": {},
- "tag": "direct",
- "protocol": "freedom"
- },
- {
- "settings": {},
- "tag": "blocked",
- "protocol": "blackhole"
- }
- ],
- "outboundDetour": [
- { "protocol": "vmess",
- "settings": {
- "vnext": [
- {
- "address": "11.11.11.11",
- "port": 2222,
- "users": [
- {
- "alterId": 16,
- "id": "1e7xxxxx-caa9-xxxx-99ce-3b28eaxxxxxx"
- }
- ]
- }
- ]
- },
- "tag": "netflix"
- }
- ],
- "routing": {
- "domainStrategy": "AsIs",
- "rules": [
- {
- "type": "field",
- "domain": [
- "geosite:netflix"
- ],
- "outboundTag": "netflix"
- },
- {
- "outboundTag": "blocked",
- "type": "field",
- "ip": [
- "geoip:private"
- ]
- }
- ]
- },
- "policy": {},
- "reverse": {},
- "transport": {}
- }
复制代码
老铁帮忙看下这个中转鸡的配置有什么问题?所有流量都转到落地鸡去了。。。 |
|