Commit Graph

1977 Commits

Author SHA1 Message Date
gVisor bot
80cc0d8c10 fix: ipv6 logic 2023-01-21 22:31:07 +08:00
gVisor bot
cb0f1c2ab2 Chore: Update paths-ignore 2023-01-21 14:42:48 +08:00
gVisor bot
dd72be0ef1 chore: Correct the decision of enabling find process 2023-01-21 14:27:09 +08:00
gVisor bot
e555fd65ec fix: ShadowTLS header use array instead 2023-01-20 17:35:49 +08:00
gVisor bot
4db05231a6 Update README.md 2023-01-20 17:13:32 +08:00
gVisor bot
bc34532418 Fix: Remove EnableProcess from config.go and enable-process from config.yaml.
Fix: FindProcess is now enabled by default when the rule set contains process-name rules.
2023-01-20 16:29:08 +08:00
gVisor bot
1a902df48b chore: new Random TLS KeyPair when empty input 2023-01-18 12:06:36 +08:00
gVisor bot
48eaa4dc5c chore: update quic-go 2023-01-17 22:06:21 +08:00
gVisor bot
c8ddce7acb fix: tcpTracker's upload 2023-01-17 21:36:16 +08:00
gVisor bot
fa54a8206a chore: better parseAddr 2023-01-17 15:41:51 +08:00
gVisor bot
6776ec538f fix: tuic server's MaxIncomingStreams 2023-01-17 14:25:19 +08:00
gVisor bot
faf7a20295 chore: update docker.yaml and Makefile docker 2023-01-17 12:43:51 +08:00
gVisor bot
325e44dee7 chore: Update const type 2023-01-17 12:33:15 +08:00
gVisor bot
f28ba6e62f chore: Update dependencies 2023-01-17 12:26:31 +08:00
gVisor bot
becafd8bec fix: tuic server's SetCongestionController 2023-01-17 10:41:51 +08:00
gVisor bot
82ab43c7ba fix: Add CC for TUIC server 2023-01-17 01:08:30 +08:00
gVisor bot
58b8cc56b5 chore: Update BBR config
chore: Adjust workflow
2023-01-16 21:50:02 +08:00
gVisor bot
1c30f10d95 chore: better workflow 2023-01-16 16:44:47 +08:00
gVisor bot
6d90cf2162 feat: gRPC gun implement extended writer 2023-01-16 15:54:20 +08:00
gVisor bot
ba7d83c390 chore: better workflow 2023-01-16 15:09:25 +08:00
gVisor bot
5fd6a3f18f fix: add Upstream to refconn 2023-01-16 13:26:30 +08:00
gVisor bot
2678489d32 fix: addr panic 2023-01-16 12:47:22 +08:00
gVisor bot
4135e6978a fix: add ReaderReplaceable to BufferedConn, avoid buffered data lost 2023-01-16 12:28:30 +08:00
gVisor bot
d926d6106f chore: code cleanup 2023-01-16 12:11:34 +08:00
gVisor bot
73f1fcb324 adjust: Improve WebSocket mask 2023-01-16 11:42:10 +08:00
gVisor bot
58ee2ae7f5 chore: decrease direct depend on the sing package 2023-01-16 10:50:31 +08:00
gVisor bot
483b1a83f8 chore: tuic decrease unneeded copy 2023-01-16 09:55:06 +08:00
gVisor bot
7df6e79cf0 refactor: Implement extended IO 2023-01-16 09:42:03 +08:00
gVisor bot
8f87c5204f chore: better workflow 2023-01-15 21:51:33 +08:00
gVisor bot
37b8840821 chore: Update dependencies 2023-01-15 15:04:58 +08:00
gVisor bot
bdd5daf15b chore: better workflow 2023-01-15 15:04:27 +08:00
gVisor bot
83f10d2a3b Update Makefile
add CGO support for release build
add release.sh
2023-01-15 02:08:46 +08:00
gVisor bot
bb68939b56 fix: config parse error 2023-01-14 22:34:54 +08:00
gVisor bot
7d6ccebef7 fix: ss converter cipher missing 2023-01-14 21:37:10 +08:00
gVisor bot
3ff14869ae chore: update config.yaml 2023-01-14 21:34:26 +08:00
gVisor bot
8ec6c87a2b refactor: replace experimental.fingerprints with custom-certificates and Change the fingerprint verification logic to SSL pinning 2023-01-14 21:08:06 +08:00
gVisor bot
0e5b7d7718 chore: update gitignore 2023-01-14 18:10:22 +08:00
gVisor bot
e4916d52d4 Fix: TLS defaults to true for h2/grpc networks 2023-01-14 16:20:58 +08:00
gVisor bot
0340ab8ffa chore: adjust the case of Program names and HttpRequest UA 2023-01-14 16:17:10 +08:00
gVisor bot
ace55047ab chore: Refine process code 2023-01-14 16:16:59 +08:00
gVisor bot
419982688f fix: skip-cert-verify is true by default (#333)
* fix: skip-cert-verify is true by default

* fix: format

* fix: typo

Co-authored-by: 3andero <3andero@github.com>
Co-authored-by: Hellojack <106379370+H1JK@users.noreply.github.com>
2023-01-13 09:55:01 +08:00
gVisor bot
a25ceea383 chore: adjust Dockerfile 2023-01-12 02:13:22 +08:00
gVisor bot
9786f1f6c1 chore: adjust makefile 2023-01-12 01:31:38 +08:00
gVisor bot
cd38fc63b3 Fix: Deprecate TCPMSS (#336)
* 修改 DefaultTCPMSS 为 MaxDatagramSize
修改 MaxDatagramSize 的值提高 TUIC 的上传速度
2023-01-12 00:53:42 +08:00
gVisor bot
0467b2a68d feat: VLESS support packet encodings (#334)
* adjust: Do not use XTLS on H2 connections

* feat: VLESS support XUDP fullcone NAT

* fix: VLESS with PacketAddr does not work

* fix: VLESS XUDP crash
2023-01-11 22:01:15 +08:00
gVisor bot
bbe0932e19 chore: shadowtls don't depend on trojan's code 2023-01-11 10:19:30 +08:00
gVisor bot
79bd67a6c4 fix: dns cache index out of range 2023-01-11 09:54:07 +08:00
gVisor bot
259f900c3f Update prerelease.yml 2023-01-11 00:50:04 +08:00
gVisor bot
9b6abc3daa chore: update config.yaml 2023-01-11 00:28:21 +08:00
gVisor bot
bb84e427a0 feat: Support ShadowTLS v2 as Shadowsocks plugin (#330) 2023-01-11 00:13:48 +08:00