2021-03-06 15:06:58 +02:00
|
|
|
|
---
|
|
|
|
|
name: Bug Report
|
|
|
|
|
about: Create a bug report of Xray.
|
|
|
|
|
title: '[Bug] <bug you are reporting>'
|
|
|
|
|
labels: ''
|
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<!-- Thanks for your reporting.
|
2021-03-06 16:01:06 +02:00
|
|
|
|
1. Please make sure you are submitting a bug of Xray-core. If you are not sure, please give feedback in our telegram group.
|
|
|
|
|
2. Please check existing issues and discussions first and read the documentation in detail. If you are submitting a known issue, it will be closed
|
2021-03-06 15:06:58 +02:00
|
|
|
|
3. Please don't report issue like "I can't use a feature". It's probably your fault.
|
|
|
|
|
4. You should fully complete the following contents.
|
2021-03-06 16:01:06 +02:00
|
|
|
|
5. Make sure the content you are submitting does not contain your private information.
|
2021-03-06 15:06:58 +02:00
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Describe the bug**
|
|
|
|
|
<!-- A clear and concise description of what the bug is. -->
|
|
|
|
|
|
|
|
|
|
**To Reproduce**
|
2021-03-06 16:01:06 +02:00
|
|
|
|
<!-- Steps to reproduce the bug: -->
|
2021-03-06 15:06:58 +02:00
|
|
|
|
1.
|
|
|
|
|
2.
|
|
|
|
|
3.
|
|
|
|
|
4.
|
|
|
|
|
|
|
|
|
|
**Expected behavior**
|
|
|
|
|
<!-- A clear and concise description of what you expected to happen. -->
|
|
|
|
|
|
|
|
|
|
**Client Log**
|
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
Please paste your client log here:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
**Server Log**
|
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
Please paste your server log here:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
**Client config**
|
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
Please paste your client config file here:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
**Server Config**
|
|
|
|
|
|
|
|
|
|
<details>
|
|
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
Please paste your server config file here:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
**Client Information**
|
|
|
|
|
- OS: [e.g. Windows 10]
|
|
|
|
|
- Xray version [e.g. 1.3.1]
|
|
|
|
|
- Xray installing approach:[e.g. Xray-install]
|
|
|
|
|
|
|
|
|
|
**Server Information**
|
|
|
|
|
- OS: [e.g. Windows 10]
|
|
|
|
|
- Xray version [e.g. 1.3.1]
|
|
|
|
|
- Xray installing approach:[e.g. Xray-install]
|
|
|
|
|
|
|
|
|
|
**Additional Information**
|
|
|
|
|
<!-- Add any other information about the problem here. -->
|