2018-09-27 03:41:55 -04:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: "Create a bug report to help us improve"
|
|
|
|
---
|
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
<!--
|
2018-09-27 03:41:55 -04:00
|
|
|
Please answer all the questions with enough information. All issues not following this template will be closed immediately.
|
2021-01-27 20:08:38 -05:00
|
|
|
If you are not sure if your question is truely a bug of V2Ray, please discuss it at https://github.com/v2fly/v2ray-core/discussions first.
|
|
|
|
-->
|
2018-09-27 03:41:55 -04:00
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
## What version of V2Ray are you using?
|
2018-09-27 03:41:55 -04:00
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
<!-- If you deploy different versions of V2Ray on server and client, please explicitly point out -->
|
2018-09-27 03:41:55 -04:00
|
|
|
|
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
## What's your scenario of using V2Ray?
|
2018-09-27 03:41:55 -04:00
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
<!-- E.g., watching YouTube videos in browsers via Socks/VMess proxy -->
|
2018-09-27 03:41:55 -04:00
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
|
|
|
|
## What problems have you encountered?
|
|
|
|
|
|
|
|
<!-- Please describe in detail, such as timeout, fake TLS certificate, etc -->
|
|
|
|
|
|
|
|
|
|
|
|
## What's your expectation?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Please attach your configuration here
|
|
|
|
|
|
|
|
<!-- Remember to mask your IP address or hostname -->
|
|
|
|
|
|
|
|
**Server configuration:**
|
2018-09-29 12:49:26 -04:00
|
|
|
|
2018-09-27 03:41:55 -04:00
|
|
|
```javascript
|
2021-01-27 20:08:38 -05:00
|
|
|
// Please attach your server configuration here.
|
|
|
|
|
2018-09-27 03:41:55 -04:00
|
|
|
```
|
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
**Client configuration:**
|
2018-09-29 12:49:26 -04:00
|
|
|
|
2018-09-27 03:41:55 -04:00
|
|
|
```javascript
|
2021-01-27 20:08:38 -05:00
|
|
|
// Please attach your client configuration here.
|
|
|
|
|
2018-09-27 03:41:55 -04:00
|
|
|
```
|
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
## Please attach error logs here
|
|
|
|
|
|
|
|
<!--
|
|
|
|
only trailing lines if the log file is large in size.
|
|
|
|
Error log file is usually at `/var/log/v2ray/error.log` on Linux.
|
|
|
|
-->
|
2018-09-27 03:41:55 -04:00
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
**Server error log:**
|
2018-09-29 12:49:26 -04:00
|
|
|
|
|
|
|
```javascript
|
2021-01-27 20:08:38 -05:00
|
|
|
// Please attach your server error log here.
|
|
|
|
|
2018-09-27 03:41:55 -04:00
|
|
|
```
|
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
**Client error log:**
|
2018-09-29 12:49:26 -04:00
|
|
|
|
|
|
|
```javascript
|
2021-01-27 20:08:38 -05:00
|
|
|
// Please attach your client error log here.
|
|
|
|
|
2018-09-27 03:41:55 -04:00
|
|
|
```
|
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
## Please attach access log here
|
|
|
|
|
|
|
|
<!-- Access log is usually at '/var/log/v2ray/access.log' on Linux. -->
|
2018-09-29 12:49:26 -04:00
|
|
|
|
|
|
|
```javascript
|
2021-01-27 20:08:38 -05:00
|
|
|
// Please attach your server access log here.
|
|
|
|
|
2018-09-27 03:41:55 -04:00
|
|
|
```
|
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
## Other configurations (such as Nginx) and logs here
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## If V2Ray cannot start up, please attach output from `--test` command
|
2018-09-27 03:41:55 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
## If V2Ray service is abnormal, please attach journal log here
|
2018-09-27 03:41:55 -04:00
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
<!-- Usual command is `journalctl -u v2ray` -->
|
2018-10-08 12:06:07 -04:00
|
|
|
|
2021-01-27 20:08:38 -05:00
|
|
|
<!-- Please review your issue and check the format before submitting. -->
|