8 Commits

Author SHA1 Message Date
Blank Paper
5ee2679924
fix compatibility with Xray-core v1.8.10 (#629) 2024-04-16 22:46:28 +08:00
Senis
c688cf02b4
Update Go version and dependencies for better compatibility
Updated Go version in Dockerfile and go.mod to ensure better compatibility and unpinned the Go version in Dockerfile for increased flexibility. Multiple dependencies in go.mod and go.sum have been updated to their newer versions for improved functionality and security. This will keep the project up-to-date with the latest features and bug fixes offered by these dependencies. Removed unused dependencies to keep the project clean and efficient.
2023-11-14 11:32:21 +08:00
Senis John
b1bfd04895
Refactor main to use Cobra command line framework and package restructure
Reorganized the Go package structure, moving the main package to 'cmd'. Upgraded the flag library to Cobra for better management of CLI commands. This included moving the X25519 key generation from a flag to its own standalone Cobra command, which improves user interaction and code modularity. This structural change will benefit future additions and code maintainability.
2023-10-14 11:21:45 +08:00
Senis John
0254c6c557
Update docker.yml 2023-10-09 10:06:46 +08:00
pocketW
a7a3d0220d update to v0.8.9 2023-02-02 22:03:09 +11:00
pocketW
7604e33b03 chore: update go to 1.19 2022-09-22 16:12:37 +10:00
pocketW
9947d7e4f3 chore: update xray-core to 1.5.9 2022-07-19 23:11:21 +10:00
pocketW
05ec5660cf
Add files via upload 2022-04-27 14:01:18 +10:00