notsure2
|
f0ec1e6562
|
Merge with v2.12.0
|
2025-07-24 14:05:48 +03:00 |
Andy Wang
|
c3d5470ef7
|
Merge pull request #312 from cbeuw/renovate/github.com-refraction-networking-utls-1.x
|
2025-07-22 10:03:39 +01:00 |
renovate[bot]
|
8f629c7b2e
|
fix(deps): update module github.com/refraction-networking/utls to v1.8.0
|
2025-07-22 08:50:24 +00:00 |
Andy Wang
|
49357fc20b
|
Merge pull request #310 from cbeuw/utls-1.7.0
Update utls and increase server first packet buffer size
|
2025-06-08 18:21:55 +01:00 |
Andy Wang
|
8af137637e
|
Add backwards compatibility fallback to firefox
|
2025-06-08 18:19:58 +01:00 |
Andy Wang
|
51ed286f35
|
Update utls to 1.7.3
|
2025-06-08 18:19:57 +01:00 |
Andy Wang
|
5146ea8503
|
Increase server first packet buffer size to 3000
|
2025-06-08 18:19:48 +01:00 |
Andy Wang
|
7f9c17439f
|
Merge pull request #308 from cbeuw/deps-20250430
Update deps
|
2025-04-30 21:03:48 +01:00 |
Andy Wang
|
c15fd730de
|
Update Go in CI
|
2025-04-30 21:00:54 +01:00 |
Andy Wang
|
d06c208ace
|
Fix IP resolution in test
|
2025-04-30 20:57:23 +01:00 |
Andy Wang
|
9800e3685d
|
Update deps
|
2025-04-30 20:48:17 +01:00 |
Andy Wang
|
07aa197061
|
Go mod tidy
|
2025-04-30 20:39:09 +01:00 |
Andy Wang
|
cfdd5e6560
|
Merge pull request #294 from zaferatli/docFix
chore: doc link fix
|
2025-04-30 20:35:14 +01:00 |
notsure2
|
ca6144ab7f
|
Fix breakage with utls 1.7.0 due to increase in record size.
|
2025-04-26 23:45:43 +03:00 |
notsure2
|
6350cedd44
|
Update dependencies
|
2025-04-26 15:37:22 +03:00 |
notsure2
|
714f34e7c0
|
Fix build
|
2025-04-26 14:49:13 +03:00 |
notsure2
|
ad3c210aad
|
Update dependencies.
|
2025-04-26 14:45:03 +03:00 |
zaferatli
|
64166bf580
|
chore: doc link fix
|
2025-01-02 00:01:32 +03:00 |
notsure2
|
7b3e630661
|
Upgrade packages minor tweak to randomization
|
2024-12-17 01:30:50 +02:00 |
notsure2
|
58bcd5c5a4
|
Remove build-docker.
|
2024-10-12 01:56:56 +03:00 |
notsure2
|
02d9a4655a
|
Merge branch 'master' into notsure2
|
2024-10-12 01:39:42 +03:00 |
Andy Wang
|
d229d8b3dc
|
Merge pull request #283 from cbeuw/padding
Pad the first 5 frames to mitigate encapsulated TLS handshakes detection
|
2024-10-03 23:17:27 +01:00 |
Andy Wang
|
8bbc7b08d3
|
Fix tests
|
2024-10-03 23:06:42 +01:00 |
Andy Wang
|
5cf975f596
|
Pad the first 5 frames
|
2024-10-03 23:06:41 +01:00 |
Andy Wang
|
19c8cd1f89
|
Merge pull request #285 from cbeuw/docker-tests
Run compatibility tests against previous Cloak version
|
2024-10-03 23:04:58 +01:00 |
Andy Wang
|
5867fa932b
|
Merge pull request #281 from zestysoft/faliure_typo
Fix spelling mistake
|
2024-10-03 23:04:42 +01:00 |
Andy Wang
|
bfaf46d2e9
|
Update actions
|
2024-10-03 22:54:48 +01:00 |
Andy Wang
|
e362e81d19
|
Add backwards compatibility CI job
|
2024-10-03 22:54:48 +01:00 |
Andy Wang
|
deb0d26c08
|
Build and push docker image on release
|
2024-10-01 21:48:42 +01:00 |
Ian Brown
|
3687087c67
|
Fix spelling mistake
Signed-off-by: Ian Brown <ian@zestysoft.com>
|
2024-09-20 19:45:46 -07:00 |
notsure2
|
98462544c7
|
Compile server for windows as well.
|
2024-06-30 17:13:55 +03:00 |
notsure2
|
fa941acbd6
|
Merge branch 'master' into notsure2
|
2024-06-30 17:11:18 +03:00 |
Andy Wang
|
97a03139bc
|
Merge pull request #262 from cbeuw/renovate/github.com-refraction-networking-utls-1.x
Update module github.com/refraction-networking/utls to v1.6.6
|
2024-06-16 13:19:04 +01:00 |
renovate[bot]
|
b3c6426ac5
|
Update module github.com/refraction-networking/utls to v1.6.6
|
2024-05-03 23:07:04 +00:00 |
Andy Wang
|
dc2e83f75f
|
Move to common.RandInt
|
2024-04-14 16:27:00 +01:00 |
Andy Wang
|
5988b4337d
|
Stop using fixedConnMapping
|
2024-04-14 16:25:54 +01:00 |
Andy Wang
|
de4dab6bf3
|
Merge pull request #242 from notsure2/random-sni
Support ServerName randomization (by setting ServerName=random) using ProtonVPN algo
|
2024-04-13 23:11:19 +01:00 |
Andy Wang
|
d5da5d049c
|
Update copyright
|
2024-04-13 23:10:09 +01:00 |
Andy Wang
|
392fc41de8
|
Move random utilities to common package
|
2024-04-13 23:08:34 +01:00 |
notsure2
|
3b449b64b3
|
Support ServerName randomization (by setting ServerName=random) using the same algorithm as ProtonVPN bcf344b39b
|
2024-04-13 22:48:55 +01:00 |
Andy Wang
|
a848d2f7e5
|
Update go version and release script
|
2024-04-13 22:38:01 +01:00 |
Andy Wang
|
de1c7600c1
|
Update dependencies
|
2024-04-11 20:54:52 +01:00 |
Andy Wang
|
767716b9be
|
Merge pull request #251 from cbeuw/renovate/github.com-refraction-networking-utls-1.x
Update module github.com/refraction-networking/utls to v1.6.4
|
2024-04-11 20:53:07 +01:00 |
renovate[bot]
|
1cc4a1f928
|
Update module github.com/refraction-networking/utls to v1.6.4
|
2024-04-11 19:49:31 +00:00 |
Andy Wang
|
82687d4419
|
Merge pull request #256 from BANanaD3V/master
Update go mod so it builds on nix
|
2024-04-11 20:48:56 +01:00 |
Nikita
|
6b08af0c18
|
Update go mod so it builds on nix
|
2024-03-10 08:43:45 +03:00 |
notsure2
|
bbeb3e3db4
|
Apply dialer control on tcp and udp alike.
|
2024-02-17 17:32:13 +02:00 |
notsure2
|
d1f89eb509
|
Delete dead code.
|
2024-02-17 17:21:16 +02:00 |
notsure2
|
3b42b3f9c8
|
Use the buffer controls also for the redir dialer.
|
2024-02-17 17:11:01 +02:00 |
notsure2
|
b6cbc0c0f0
|
Merge remote-tracking branch 'upstream/master' into notsure2
|
2024-02-10 21:00:38 +02:00 |