Commit Graph

652 Commits (bc67074610a04cfe757561875267b27af825a7ee)
 

Author SHA1 Message Date
Andy Wang bc67074610
Add Safari browser signature 1 year ago
Andy Wang 641f6b2a9c
Update to Chrome and Firefox 112 1 year ago
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
1 year ago
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>
1 year ago
Andy Wang 0e0ec0e82b
Merge pull request #216 from githablocal/master
Make websocket url sub path configurable
1 year ago
name 6fe603c726 Fix gox not found in release CI 1 year ago
name 11e42dd542 Add WebSocket path for CDN mode
add new option to README

Change field name and default value of CDNWsUrlPath
1 year ago
name e696b18187 format using goimports 1 year ago
Andy Wang e305871d89
Merge pull request #186 from HirbodBehnam/master
Update browser fingerprints
2 years ago
HirbodBehnam 9614fbc03d Update firefox fingerprint 2 years ago
HirbodBehnam f67ae6e644 Update chrome fingerprint 2 years ago
Andy Wang 68f47f1d49
Merge pull request #184 from moonburnt/master 2 years ago
moonburnt 9e2549c117
Fix typo in README 2 years ago
Andy Wang 39306cf930
Update README.md 2 years ago
Andy Wang 8e07491e98
Update README.md 2 years ago
Andy Wang 847b7e24bf
Update dependencies 2 years ago
Andy Wang 750340126a
Update browser fingerprint versions (no actual fingerprint change) 2 years ago
Andy Wang 611bad91fd
Minor refactors to remove unnecessary function 2 years ago
Andy Wang e157e73ade
Check proxy method after checking admin uid to allow admin to have an invalid but unused proxy method 2 years ago
Andy Wang 67dba8c8fa
Return empty slices instead of nil for ListAllUsers 2 years ago
Andy Wang 99c4c7730a
Update Go version 3 years ago
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=;
3 years ago
Andy Wang d73f464358
Merge pull request #167 from notsure2/support-cloudflare
Support CloudFlare CDN. Fixes #155
3 years ago
notsure2 9d5c663618 Fix incorrect addition of empty name in MockDomainList if the config string contains AlternativeNames=; 3 years ago
notsure2 387b76d426 Support CloudFlare CDN. Fixes #155 3 years ago
Andy Wang cfdff93a1c
Update Chrome version comment (actual signature remains the same) 3 years ago
Andy Wang 8709bc0b2f
Update Firefox signature to version 88 3 years ago
Andy Wang 365f52a0e2
Add example usage of AlternativeNames config option 3 years ago
Andy Wang 88f41f755e
Add native support for Apple Silicon 3 years ago
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>
3 years ago
Andy Wang 91106f3c49
Prevent terminal msg from being overwritten to later concurrent writes 3 years ago
Andy Wang 32494b8d86
Prevent recvBufferSizeLimit from overflowing signed 32-bit integer 3 years ago
Andy Wang f27889af11
Allow partial json to be POSTed to admin/user/{UID} for only updating select fields 3 years ago
Andy Wang a643402e11
Remove redundant lazy allocation 3 years ago
Andy Wang 2bcb4a406d
Fix RecvDataFromRemote benchmark 3 years ago
Andy Wang 603b614009
Control flow optimisation in picking switchboard strategy 3 years ago
Andy Wang b4d65d8a0e
Use sync.Map for lock free pickRandConn 3 years ago
Andy Wang 8ab0c2d96b
Redo the implementation of switchboard and remove the need for connId 3 years ago
Andy Wang 4a2eac51fe
Cleanup some tests using testify/assert 3 years ago
Andy Wang 8dd4ae4bef
Better conform message data length to TLS standards 3 years ago
Andy Wang 439b7f0eb3
Improve encapsulation 3 years ago
Andy Wang 65443da872
Merge branch 'master' into obfs-fix 3 years ago
Andy Wang 2c709f92df
Correctly assign payloadCipher to Obfuscator field, and add test for this issue 3 years ago
Andy Wang eee8209195
Revert "Refactor obfuscate and deobfuscate functions to reduce a layer of indirection"
This reverts commit 415523f1

See issue #149
3 years ago
Andy Wang 5cb54aa3c9
Correctly fallthrough to fix client configuration compatibility 3 years ago
Andy Wang fd695db044
Reduce unnecessary test bloat 3 years ago
Andy Wang c60c6d8ddb
Avoid assigning functions to variables in hot path 3 years ago
Andy Wang 661db9d083
Correctly copy frame payload in frame sorter 3 years ago
Andy Wang f322f8b47f
Randomise echo test data 3 years ago
Andy Wang 8fbb2dd8cc
Add more data reception tests 3 years ago