You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"log": {// By default, V2Ray writes access log to stdout.// "access": "/path/to/access/log/file",// By default, V2Ray write error log to stdout.// "error": "/path/to/error/log/file",// Log level, one of "debug", "info", "warning", "error", "none""loglevel": "warning"},// List of inbound proxy configurations."inbounds": [{// Port to listen on. You may need root access if the value is less than 1024."port": 1080,// IP address to listen on. Change to "0.0.0.0" to listen on all network interfaces."listen": "127.0.0.1",// Tag of the inbound proxy. May be used for routing."tag": "socks-inbound",// Protocol name of inbound proxy."protocol": "socks",// Settings of the protocol. Varies based on protocol."settings": {"auth": "noauth","udp": false,"ip": "127.0.0.1"},// Enable sniffing on TCP connection."sniffing": {"enabled": true,// Target domain will be overriden to the one carried by the connection, if the connection is HTTP or HTTPS."destOverride": ["http","tls"]}}],// List of outbound proxy configurations."outbounds": [{// Protocol name of the outbound proxy."protocol": "freedom",// Settings of the protocol. Varies based on protocol."settings": {},// Tag of the outbound. May be used for routing."tag": "direct"},{"protocol": "blackhole","settings": {},"tag": "blocked"}],
This discussion was converted from issue #1654 on March 05, 2022 04:06.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
你正在使用哪个版本的 V2Ray?
V2Ray 4.44.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.17.3 windows/amd64)
你的使用场景是什么?
你看到的异常现象是什么?
打开v2ray就弹出命令行。我看到#1175和我的问题有点像,但是我找不到已经打开的v2ray在哪?
你期待看到的正常表现是怎样的?
正常打开
请附上你的配置
服务端配置:
客户端配置:
请附上出错时软件输出的错误日志
服务器端错误日志:
客户端错误日志:
请附上访问日志
// 在这里附上服务器端日志
其它相关的配置文件(如 Nginx)和相关日志
如果 V2Ray 无法启动,请附上
--test
命令的输出如果 V2Ray 服务运行异常,请附上 journal 日志
Beta Was this translation helpful? Give feedback.
All reactions