Alireza Ahmadi
76ab5e2ccc
Merge pull request #967 from alireza0/dependabot/github_actions/actions/cache-5
...
Bump actions/cache from 4 to 5
2026-02-03 20:57:55 +01:00
Alireza Ahmadi
10ba989175
Merge pull request #966 from alireza0/dependabot/github_actions/actions/upload-artifact-6
...
Bump actions/upload-artifact from 5 to 6
2026-02-03 20:57:39 +01:00
Alireza Ahmadi
46434a6b3f
Merge pull request #965 from alireza0/dependabot/github_actions/actions/download-artifact-7
...
Bump actions/download-artifact from 6 to 7
2026-02-03 20:57:23 +01:00
dependabot[bot]
c5e07ba076
Bump actions/checkout from 6.0.1 to 6.0.2
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-22 16:53:56 +00:00
Alireza Ahmadi
d5c6bdaeff
Merge pull request #962 from Kagashini/fix/link-parameter-ordering
...
Fixing Parameter Order in Generated Links
2026-01-09 20:50:29 +01:00
dependabot[bot]
f69b55f721
Bump actions/cache from 4 to 5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-05 16:09:43 +00:00
dependabot[bot]
3c9d178709
Bump actions/upload-artifact from 5 to 6
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-05 16:09:39 +00:00
dependabot[bot]
14013b7d70
Bump actions/download-artifact from 6 to 7
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-05 16:09:31 +00:00
Anem
9d367fb83d
refactor(genLink): replace map with struct for link params
2026-01-05 15:35:03 +08:00
Alireza Ahmadi
0ef5db4846
[feat] download singbox config #938 #957
2026-01-04 17:36:47 +01:00
Alireza Ahmadi
94cc29edf5
Merge pull request #947 from sky22333/main
...
Fix the issue where the default IP lookup URL is inaccessible on some networks
2026-01-04 16:46:34 +01:00
Alireza Ahmadi
40e2b4cc8a
sub header enhancement
2026-01-04 16:38:25 +01:00
Alireza Ahmadi
2b0006f8c8
downgrade quic-go
2026-01-04 01:08:38 +01:00
Alireza Ahmadi
216a76051e
Merge pull request #937 from chaosoffire-org/feature-random
...
fix(security): use CSPRNG (crypto/rand) for random number generation
2026-01-03 23:49:43 +01:00
Alireza Ahmadi
a0d7bcc829
Merge pull request #926 from Kagashini/head-request-support
...
feat(sub): add HEAD method support for sub resource
2026-01-03 23:47:37 +01:00
Alireza Ahmadi
87e3118d6b
update dependencies
2026-01-03 23:29:29 +01:00
Alireza Ahmadi
9bc4fe843b
add nftables to docker image #872
2026-01-03 23:09:36 +01:00
Alireza Ahmadi
b779e3b825
Merge pull request #924 from alireza0/dependabot/github_actions/actions/checkout-6.0.1
...
Bump actions/checkout from 5.0.0 to 6.0.1
2026-01-03 20:20:58 +01:00
Alireza Ahmadi
4e97afebab
Merge pull request #882 from alireza0/dependabot/github_actions/actions/download-artifact-6
...
Bump actions/download-artifact from 5 to 6
2026-01-03 20:20:35 +01:00
Alireza Ahmadi
3de228ebcd
Merge pull request #880 from alireza0/dependabot/github_actions/actions/upload-artifact-5
...
Bump actions/upload-artifact from 4 to 5
2026-01-03 20:20:03 +01:00
Alireza Ahmadi
abd1c378d5
Merge pull request #863 from alireza0/dependabot/github_actions/actions/setup-node-6
...
Bump actions/setup-node from 5 to 6
2026-01-03 20:19:48 +01:00
Alireza Ahmadi
de7197cc58
update deps
2026-01-03 20:18:32 +01:00
starry
7a4c010a45
Fetch IP address concurrently using multiple endpoints
2025-12-27 06:08:26 +08:00
Chaosoffire
09e94c6213
refactor: replace math/rand with crypto/rand for secure generation
...
- Updated `common.Random` and added `common.RandomInt` to use `crypto/rand` for cryptographically secure random number generation.
- Added a thread-safe fallback to `math/rand` in case of system entropy failure.
- Optimized `allSeq` initialization by using a rune slice literal instead of a loop in `init()`.
- Refactored `util/outJson.go` to use the new `common.RandomInt`, removing the direct dependency on `math/rand`.
2025-12-15 21:43:33 +08:00
Anem
fc88f5a509
feat(sub): add HEAD method support for sub resource
...
- Implement HEAD method for retrieving sub resource metadata for some clients (example: Karing)
2025-12-05 21:38:30 +08:00
dependabot[bot]
1c34e146c1
Bump actions/checkout from 5.0.0 to 6.0.1
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5.0.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-02 16:43:49 +00:00
dependabot[bot]
de30e17707
Bump actions/download-artifact from 5 to 6
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 16:56:13 +00:00
dependabot[bot]
7a9f3196c7
Bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 16:29:22 +00:00
Alireza Ahmadi
65e51f8aea
fix ineffassign
2025-10-26 20:22:33 +01:00
dependabot[bot]
d31a78b625
Bump actions/setup-node from 5 to 6
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-14 16:10:46 +00:00
Alireza Ahmadi
d6c4d9a497
remove default docker volume #853
2025-10-12 16:51:39 +02:00
Alireza Ahmadi
7b979b95d4
ech for clash sub #770
2025-10-04 22:21:40 +02:00
Alireza Ahmadi
64979e6725
build on tag as well
2025-10-04 22:20:29 +02:00
Alireza Ahmadi
0e3e2d0b18
v1.3.7
v1.3.7
2025-09-28 00:09:18 +02:00
Alireza Ahmadi
6d52ad13c5
[clash sub] support shadowsocks #838
2025-09-27 22:32:02 +02:00
Alireza Ahmadi
7c406cfd1c
Merge pull request #830 from alireza0/dependabot/go_modules/github.com/gin-gonic/gin-1.11.0
...
Bump github.com/gin-gonic/gin from 1.10.1 to 1.11.0
2025-09-27 22:06:34 +02:00
Alireza Ahmadi
c5ccfb6ead
fix(config): Handle null alterId in VMess proxy config ( #842 )
...
* fix(config): Gracefully handle null alterId in proxy configurations
* Fix wrong AI based changes
---------
Co-authored-by: Kittros <yuan364299311@gmail.com >
2025-09-27 22:06:17 +02:00
dependabot[bot]
5aa5393ada
Bump github.com/gin-gonic/gin from 1.10.1 to 1.11.0
...
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin ) from 1.10.1 to 1.11.0.
- [Release notes](https://github.com/gin-gonic/gin/releases )
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gin-gonic/gin/compare/v1.10.1...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-22 16:25:16 +00:00
Alireza Ahmadi
15d171f94e
new donation link
2025-09-19 00:12:22 +02:00
Alireza Ahmadi
7751c8fce0
go package
2025-09-18 23:19:56 +02:00
Alireza Ahmadi
9d1ad833f9
v1.3.6
1.3.6
2025-09-13 13:20:41 +02:00
Alireza Ahmadi
e6f7354ce7
sing-box v1.12.8
2025-09-13 13:19:58 +02:00
Alireza Ahmadi
a2c3033f5a
fix hy speed on links #801
2025-09-13 13:15:09 +02:00
Alireza Ahmadi
03cda07c9d
fix queryEscape parts in links #806
2025-09-13 12:52:33 +02:00
Alireza Ahmadi
fb999b4ee8
v1.3.5
1.3.5
2025-09-12 00:42:39 +02:00
Alireza Ahmadi
e3ebfcf721
bump packages
2025-09-12 00:39:58 +02:00
Alireza Ahmadi
33071deb53
Merge pull request #782 from alireza0/dependabot/github_actions/actions/setup-go-6
...
Bump actions/setup-go from 5 to 6
2025-09-12 00:37:45 +02:00
Alireza Ahmadi
9b3b8d4540
Merge pull request #783 from alireza0/dependabot/github_actions/actions/setup-node-5
...
Bump actions/setup-node from 4 to 5
2025-09-12 00:37:32 +02:00
Alireza Ahmadi
98bf124078
sing-box v1.12.5
2025-09-12 00:24:13 +02:00
Alireza Ahmadi
abc73a6525
fix external link on tls change
2025-09-12 00:19:51 +02:00