Replies: 4 comments 10 replies
-
The configuration part is not very readable, can you reformat it with markdown code block? |
Beta Was this translation helpful? Give feedback.
-
我有个vps:A 设置了vmess, 在单用vmess的时候,我是可以正常上外网的, 一下为我的客户端客户信息,客户端没有任何报错信息,跟平常一样,我不知道是不是哪里设置不对了, {
|
Beta Was this translation helpful? Give feedback.
-
搜了一下,所谓的住宅 IP 原来就是个 socks 代理(好像你的是 http 代理?) |
Beta Was this translation helpful? Give feedback.
-
我有个vps:A 设置了vmess,
买了个落地机(住宅ip),我不能对该服务器进行设置, 我只有ip 地址,用户名 密码,端口 信息
目标
我想 使用v2ray客户端 连接vpsA 的vmess,再跳转落地机连外网
客户端-----vpsA (vmess)----住宅ip----外网
在单用vmess的时候,我是可以正常上外网的,
一下为我的客户端客户信息,客户端没有任何报错信息,跟平常一样,我不知道是不是哪里设置不对了,
{
"log": {
"access": "",
"error": "",
"loglevel": "warning"
},
"inbounds": [
{
"tag": "socks",
"port": 10808,
"listen": "127.0.0.1",
"protocol": "socks",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
],
"routeOnly": false
},
"settings": {
"auth": "noauth",
"udp": true,
"allowTransparent": false
}
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "xxx.xl",
"port": 123,
"users": [
{
"id": "xxxxxxxxxxxxxx",
"alterId": 0,
"email": "[email protected]",
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"show": false
},
"wsSettings": {
"path": "/xxx",
"headers": {}
}
},
"mux": {
"enabled": false,
"concurrency": -1
},
],
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"inboundTag": [
"api"
],
"outboundTag": "api",
"enabled": true
},
{
"id": "5185765808990946219",
"type": "field",
"outboundTag": "direct",
"domain": [
"domain:example-example.com",
"domain:example-example2.com"
],
"enabled": true
},
{
"id": "5515817881725590898",
"type": "field",
"outboundTag": "block",
"domain": [
"geosite:category-ads-all"
],
"enabled": true
},
{
"id": "5349453818422983942",
"type": "field",
"outboundTag": "direct",
"domain": [
"geosite:cn"
],
"enabled": true
},
{
"id": "4799385740686860411",
"type": "field",
"outboundTag": "direct",
"ip": [
"geoip:private",
"geoip:cn"
],
"enabled": true
},
{
"id": "5018108784003535192",
"type": "field",
"port": "0-65535",
"outboundTag": "proxy",
"enabled": true
}
]
}
}
一下为客户端输出信息,没有报错,不知道哪有问题,
2023/05/10 20:45:06 tcp:127.0.0.1:54063 accepted tcp:alive.github.com:443 [proxy]
2023/05/10 20:45:07 tcp:127.0.0.1:54066 accepted tcp:beacons.gvt2.com:443 [proxy]
2023/05/10 20:45:12 tcp:127.0.0.1:54069 accepted tcp:assets.msn.com:443 [proxy]
2023/05/10 20:45:23 tcp:127.0.0.1:54074 accepted tcp:ds.kaspersky.com:443 [proxy]
2023/05/10 20:45:36 tcp:127.0.0.1:54079 accepted tcp:www.google.com:443 [proxy]
请大师帮忙下把,谢谢
Beta Was this translation helpful? Give feedback.
All reactions