notsure2
298d74b0ed
Document client options.
2023-05-29 17:15:29 +03:00
notsure2
93bf613a28
Buffer control for client using options TcpSendBuffer and TcpReceiveBuffer.
2023-05-29 17:05:51 +03:00
notsure2
ba0e164eac
Document experimental tcp buffer size options in the server config.
2023-04-23 19:08:47 +02:00
notsure2
4831cfac61
Merge remote-tracking branch 'upstream/master' into notsure2
2023-04-23 19:03:08 +02:00
Andy Wang
fcb600efff
Print binary sha256 in release
2023-04-23 15:23:10 +02:00
Andy Wang
59919e5ec0
Remove gopacket dependency due to pcap
2023-04-23 15:14:14 +02:00
Andy Wang
d04366ec32
Fix padding calculation
2023-04-23 15:09:35 +02:00
Andy Wang
bc67074610
Add Safari browser signature
2023-04-23 11:04:02 +02:00
Andy Wang
641f6b2a9c
Update to Chrome and Firefox 112
2023-04-23 11:04:02 +02:00
notsure2
72b6a3ad0b
Merge
2023-04-21 15:39:42 +02:00
Andy Wang
646a323065
Merge pull request #217 from cbeuw/dependabot/go_modules/golang.org/x/crypto-0.1.0
...
Bump golang.org/x/crypto from 0.0.0-20220131195533-30dcbda58838 to 0.1.0
2023-03-22 16:55:43 +00:00
dependabot[bot]
b8f04c96c6
Bump golang.org/x/crypto from 0.0.0-20220131195533-30dcbda58838 to 0.1.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.0.0-20220131195533-30dcbda58838 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/commits/v0.1.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 16:37:25 +00:00
Andy Wang
0e0ec0e82b
Merge pull request #216 from githablocal/master
...
Make websocket url sub path configurable
2023-03-07 10:51:17 +00:00
name
6fe603c726
Fix gox not found in release CI
2023-03-07 17:17:19 +08:00
name
11e42dd542
Add WebSocket path for CDN mode
...
add new option to README
Change field name and default value of CDNWsUrlPath
2023-03-07 17:13:13 +08:00
name
e696b18187
format using goimports
2023-03-07 17:09:18 +08:00
notsure2
4e55cb7fae
Fix release script for new go versions.
2023-01-05 19:07:32 +02:00
notsure2
4a989ccd14
Make the loopback buffers configurable
2023-01-05 18:49:27 +02:00
notsure2
786607d31e
When dialing a localhost connection, set a small send and receive buffer on the socket to 32 KB to avoid bufferbloat in TCP relays.
2023-01-05 06:29:05 +02:00
notsure2
3a941f29b9
Merge branch 'master' into notsure2
2022-03-31 20:59:39 +02:00
Andy Wang
e305871d89
Merge pull request #186 from HirbodBehnam/master
...
Update browser fingerprints
2022-03-31 16:16:17 +01:00
notsure2
503320e9f2
Merge branch 'steam-signature' into notsure2
2022-03-24 20:53:20 +02:00
notsure2
fda8b2b3c8
Add Steam client signature cab2baf994ded9c9
2022-03-24 20:28:17 +02:00
HirbodBehnam
9614fbc03d
Update firefox fingerprint
2022-03-24 14:14:50 +04:30
HirbodBehnam
f67ae6e644
Update chrome fingerprint
2022-03-23 21:52:17 +04:30
Andy Wang
68f47f1d49
Merge pull request #184 from moonburnt/master
2022-03-20 23:13:31 +00:00
moonburnt
9e2549c117
Fix typo in README
2022-03-21 01:08:08 +02:00
Andy Wang
39306cf930
Update README.md
2022-02-25 00:21:37 +00:00
Andy Wang
8e07491e98
Update README.md
2022-02-24 19:38:38 +00:00
Andy Wang
847b7e24bf
Update dependencies
2022-02-02 22:18:34 +00:00
Andy Wang
750340126a
Update browser fingerprint versions (no actual fingerprint change)
2022-02-02 22:00:32 +00:00
Andy Wang
611bad91fd
Minor refactors to remove unnecessary function
2022-02-02 22:00:26 +00:00
Andy Wang
e157e73ade
Check proxy method after checking admin uid to allow admin to have an invalid but unused proxy method
2022-01-26 00:58:52 +00:00
Andy Wang
67dba8c8fa
Return empty slices instead of nil for ListAllUsers
2022-01-26 00:57:18 +00:00
Andy Wang
99c4c7730a
Update Go version
2021-09-02 17:49:07 +01:00
Andy Wang
121c27fe1f
Merge pull request #168 from notsure2/fix-empty-alternative-names
...
Fix incorrect addition of empty name in MockDomainList if the config string contains AlternativeNames=;
2021-07-24 16:38:49 +01:00
Andy Wang
d73f464358
Merge pull request #167 from notsure2/support-cloudflare
...
Support CloudFlare CDN. Fixes #155
2021-07-24 16:38:29 +01:00
notsure2
d054f08700
Merge branch 'fix-empty-alternative-names' into notsure2
2021-07-22 20:07:20 +02:00
notsure2
9d5c663618
Fix incorrect addition of empty name in MockDomainList if the config string contains AlternativeNames=;
2021-07-22 20:05:30 +02:00
notsure2
8f75f28ce7
Merge branch 'support-cloudflare' into notsure2
2021-07-22 14:55:06 +02:00
notsure2
32ca633eae
Merge branch 'master' into notsure2
2021-07-22 14:55:03 +02:00
notsure2
387b76d426
Support CloudFlare CDN. Fixes #155
2021-07-22 14:52:56 +02:00
Andy Wang
cfdff93a1c
Update Chrome version comment (actual signature remains the same)
2021-04-30 16:00:52 +01:00
Andy Wang
8709bc0b2f
Update Firefox signature to version 88
2021-04-30 15:56:08 +01:00
notsure2
ba94c594f0
Merge branch 'master' into notsure2
2021-04-06 20:28:34 +02:00
Andy Wang
365f52a0e2
Add example usage of AlternativeNames config option
2021-03-26 15:59:59 +00:00
Andy Wang
88f41f755e
Add native support for Apple Silicon
2021-03-25 20:09:30 +00:00
Selim
ae14e28999
ServerName rotation ( #158 )
...
* inital servername rotation
* Move MockDomainList to LocalConnConfig as the list doesn't need to be sent to the remote
* Use CSPRNG to pick the next candidate of MockDomains
Co-authored-by: Andy Wang <cbeuw.andy@gmail.com>
2021-03-25 20:06:16 +00:00
Andy Wang
91106f3c49
Prevent terminal msg from being overwritten to later concurrent writes
2021-01-12 20:59:30 +00:00
Andy Wang
32494b8d86
Prevent recvBufferSizeLimit from overflowing signed 32-bit integer
2021-01-09 00:15:46 +00:00