diff options
| author | zd <67220210+0zd0@users.noreply.github.com> | 2025-12-23 17:43:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 17:43:25 +0300 |
| commit | 4c797dc154b2b50f7d2d2bdfd28b7c5e30a78cb4 (patch) | |
| tree | 7816c33a9b60c7b85ac423f67896d72b3fbcde1a /CONTRIBUTING.md | |
| parent | f000322a06f78273f48fb354768418c6fd8c3290 (diff) | |
fix: display of outbound traffic (#3604)
shows the direction of traffic
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..5455e8b5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +## Local Development Setup + +- Create a directory named `x-ui` in the project root +- Rename `.env.example` to `.env ` +- Run `main.go`
\ No newline at end of file |
