Commit Graph

2619 Commits

Author SHA1 Message Date
gVisor bot
a8adc7cd36 chore: better env parsing 2023-06-29 16:40:08 +08:00
gVisor bot
d0c0924e6c chore: better resolv.conf parsing 2023-06-28 09:17:54 +08:00
gVisor bot
90d3fdc036 fix: panic when add 4in6 ipcidr 2023-06-26 21:04:54 +08:00
gVisor bot
ea6e63e94c chore: better close single connection in restful api 2023-06-26 18:25:36 +08:00
gVisor bot
27325ccfab chore: statistic's Snapshot only contains TrackerInfo 2023-06-26 18:13:17 +08:00
gVisor bot
679348d994 chore: avoid unneeded map copy when close connection in restful api 2023-06-26 17:46:14 +08:00
gVisor bot
e66226cf51 chore: update quic-go to 0.36.0 2023-06-26 12:08:38 +08:00
gVisor bot
e051dc6eb6 fix: tuic server cwnd parsing 2023-06-21 14:00:49 +08:00
gVisor bot
7c04b3a096 chore: tuic server can handle V4 and V5 in same port 2023-06-21 13:53:37 +08:00
gVisor bot
7ff7a4745d chore: fix TUIC cwnd parsing 2023-06-21 00:47:05 +08:00
gVisor bot
f40eb89ad3 Revert "chore: Refine adapter type name"
This reverts commit 61734e5cac.
2023-06-19 14:28:06 +08:00
gVisor bot
496759ba7e chore: function rename 2023-06-19 08:32:11 +08:00
gVisor bot
c6db154046 chore: Update dependencies 2023-06-19 08:23:48 +08:00
gVisor bot
a63332d68f update docs 2023-06-18 01:50:32 +08:00
gVisor bot
fee81c1962 chore: adjustable cwnd for cc in quic 2023-06-18 00:47:26 +08:00
gVisor bot
e6dad5fa7c chore: Refine adapter type name 2023-06-17 00:05:03 +08:00
gVisor bot
d558b31cf2 feat: optional provider path (#624) 2023-06-15 22:45:02 +08:00
gVisor bot
969ddd88c8 Add REALITY ChaCha20-Poly1305 auth mode support 2023-06-14 17:17:46 +08:00
gVisor bot
ea9a082c04 fix: singmux return wrong supportUDP value 2023-06-14 15:51:13 +08:00
gVisor bot
dd0c347c28 fix: tuicV5's heartbeat should be a datagram packet 2023-06-13 17:50:10 +08:00
gVisor bot
381600bfd9 fix: dns concurrent not work 2023-06-12 18:42:46 +08:00
gVisor bot
011cde328c feat: support tuicV5 2023-06-12 18:42:46 +08:00
gVisor bot
7b026fb1f5 chore: Update dependencies 2023-06-11 23:57:25 +08:00
gVisor bot
07d75d52e6 chore: Disable cache for RCode client 2023-06-11 23:01:51 +08:00
gVisor bot
1f49fa0c5d feat: Add RCode DNS client 2023-06-11 23:01:45 +08:00
gVisor bot
12c113d9cf chore: allow unsafe path for provider by environment variable 2023-06-11 01:55:49 +00:00
gVisor bot
5df878cb1f chore: Replace murmur3 with maphash 2023-06-10 17:35:19 +08:00
gVisor bot
c413e58932 chore: reduce process lookup attempts when process not exist #613 2023-06-08 18:07:56 +08:00
gVisor bot
b183183fbc fix: Disable XUDP global ID if source address invalid 2023-06-08 15:57:51 +08:00
gVisor bot
65cff13bd8 chore: init gopacket only when dial fake-tcp to decrease memory using 2023-06-08 11:58:51 +08:00
gVisor bot
000197a706 feat: Add XUDP migration support 2023-06-07 23:03:36 +08:00
gVisor bot
f7362f82b5 fix: Resolve delay omission in the presence of nested proxy-groups 2023-06-07 13:20:45 +08:00
gVisor bot
ecd593bb97 When testing the delay through REST API, determine whether to store the delay data based on certain conditions instead of discarding it directly (#609) 2023-06-07 11:04:03 +08:00
gVisor bot
18b21afee6 fix: go1.19 compile 2023-06-06 10:47:50 +08:00
gVisor bot
ea5a231145 chore: Something update from clash :) (#606) 2023-06-06 09:45:05 +08:00
gVisor bot
53be3f82cc fix: nil pointer in urltest (#603) 2023-06-05 12:40:46 +08:00
gVisor bot
85cea5b406 fix hysteria faketcp lookback in TUN mode (#601) 2023-06-04 23:43:54 +08:00
gVisor bot
f1926bb042 chore: Ignore PR in Docker build 2023-06-04 15:51:25 +08:00
gVisor bot
da681299ab ProxyProvider health check also supports specifying expected status (#600)
Co-authored-by: wwqgtxx <wwqgtxx@gmail.com>
2023-06-04 14:00:24 +08:00
gVisor bot
dadd626f91 [Feature] Proxy stores delay data of different URLs. And supports specifying different test URLs and expected statue by group (#588)
Co-authored-by: Larvan2 <78135608+Larvan2@users.noreply.github.com>
Co-authored-by: wwqgtxx <wwqgtxx@gmail.com>
2023-06-04 11:51:30 +08:00
gVisor bot
a836631aee fix: hysteria faketcp loopback in tun mode 2023-06-03 22:15:09 +08:00
gVisor bot
35ead7d20b chore: update proxy's udpConn when received a new packet 2023-06-03 21:40:09 +08:00
gVisor bot
5f25633a0c chore: Random only if the certificate and private-key are empty 2023-06-03 17:45:47 +08:00
gVisor bot
9e6aaea7e0 chore: update quic-go to 0.35.1 2023-06-03 16:45:35 +08:00
gVisor bot
5f76c458a9 chore: Update dependencies 2023-06-03 00:24:51 +08:00
gVisor bot
91b469afd0 chore: Reject packet conn implement wait read 2023-06-02 22:58:33 +08:00
gVisor bot
a9cb5342ee fix: handle manually select in url-test 2023-06-02 18:26:51 +08:00
gVisor bot
d51aab0cc8 chore: update quic-go to 0.34.0 2023-06-01 16:25:02 +08:00
gVisor bot
002f05e6e9 chore: cleanup system dns code 2023-06-01 12:36:53 +08:00
gVisor bot
f65a16117e chore: Use API to create windows firewall rule 2023-05-31 15:54:36 +08:00