mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-24 01:21:29 +00:00
1233bd5031
Co-Authored-By: 惜别 <realsekibetu@gmail.com>
92 lines
1.6 KiB
Markdown
92 lines
1.6 KiB
Markdown
---
|
||
name: Bug Report
|
||
about: Create a bug report of Xray.
|
||
title: '[Bug] <bug you are reporting>'
|
||
labels: ''
|
||
assignees: ''
|
||
|
||
---
|
||
|
||
<!-- Thanks for your reporting.
|
||
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
|
||
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.
|
||
5. Make sure the content you are submitting does not contain your private information.
|
||
-->
|
||
|
||
|
||
**Describe the bug**
|
||
<!-- A clear and concise description of what the bug is. -->
|
||
|
||
**To Reproduce**
|
||
<!-- Steps to reproduce the bug: -->
|
||
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. -->
|