Commit Graph

2562 Commits

Author SHA1 Message Date
gVisor bot
2bbcfbe198 chore: decrease memory copy in sing listener 2023-10-20 08:39:04 +08:00
gVisor bot
b24f78b0b2 docs: update readme.md 2023-10-20 00:34:10 +08:00
gVisor bot
68da19351e chore: decrease memory copy in quic sniffer 2023-10-19 23:51:37 +08:00
gVisor bot
98965f4704 chore: code cleanup 2023-10-19 20:44:49 +08:00
gVisor bot
836a704183 Merge pull request #810 from 5aaee9/Alpha
feat: add quic sniffer
2023-10-19 19:34:45 +08:00
gVisor bot
cb8b9ae024 docs: update about quic sniffer 2023-10-19 19:09:13 +08:00
gVisor bot
86840e3bf5 feat(sniffer): add quic sniffer 2023-10-19 18:30:20 +08:00
gVisor bot
2299f24da3 chore: merge some quic-go fix 2023-10-19 11:08:14 +08:00
gVisor bot
bd3e222131 chore: code cleanup 2023-10-17 12:46:41 +08:00
gVisor bot
03a25bc0ea chore: Update dependencies 2023-10-16 09:56:41 +08:00
gVisor bot
a6f4935785 fix: socks5 udp associate 2023-10-16 09:27:55 +08:00
gVisor bot
9832e3299d feature: add xdg base support (#2913) 2023-10-16 09:23:31 +08:00
gVisor bot
1aa6520887 feature: add environs startup option support (#2909) 2023-10-16 09:22:16 +08:00
gVisor bot
bf2c62958e fix: DNS NCACHE TTL and OPT RRs (#2900)
* Fix: DNS NCACHE TTL and OPT RRs

1. DNS NCACHE was not correctly implemented.
2. OPT RRs must not be cached or forwarded.

Closes #2889.
2023-10-16 09:21:06 +08:00
gVisor bot
4bd0692f05 fix: method in vmess http-opts is not used 2023-10-16 09:16:36 +08:00
gVisor bot
78d945470d chore: code cleanup 2023-10-11 22:54:19 +08:00
gVisor bot
9bd516bc62 fix: unmap 4in6 ip 2023-10-11 18:17:39 +08:00
gVisor bot
1a232b7504 chore: support reject proxy type 2023-10-11 13:01:14 +08:00
gVisor bot
934b13414e fix: BBR memory leak
from: 7c46e845a6
2023-10-11 11:01:17 +08:00
gVisor bot
7f1769d162 fix: sing listener panic 2023-10-11 10:55:12 +08:00
gVisor bot
137d461ff7 chore: code cleanup 2023-10-10 21:29:12 +08:00
gVisor bot
7b9bf14302 feat: add skip-auth-prefixes 2023-10-10 21:29:12 +08:00
gVisor bot
fbce316b14 chore: better atomic using 2023-10-10 21:28:46 +08:00
gVisor bot
7554cc3b26 fix: quic-go min MTU 2023-10-08 13:15:17 +08:00
gVisor bot
289f266c8a fix: BBR bandwidth estimation edge case
from 89429598bf
2023-10-08 07:26:28 +08:00
gVisor bot
7fcd4e1199 feat: add certificate and private-key to vmess listener 2023-10-08 07:26:28 +08:00
gVisor bot
3e5600c0db feat: add ws-path to vmess listener 2023-10-08 07:26:28 +08:00
gVisor bot
c675e82fbf chore: migrate from gorilla/websocket to gobwas/ws 2023-10-06 17:44:36 +08:00
gVisor bot
6e398563f6 fix: gVisor UDP 6to4 check 2023-10-03 16:00:03 +08:00
gVisor bot
794e260e1c chore: update gvisor 2023-10-01 19:15:26 +08:00
gVisor bot
8d225eab4b chore: merge some quic-go fix 2023-10-01 13:44:56 +08:00
gVisor bot
49610fcb1b fix: hy2/tuic inbound cert isn't path
Co-authored-by: wwqgtxx <wwqgtxx@gmail.com>
2023-10-01 12:04:34 +08:00
gVisor bot
712cf5b2ec add quic-go-disable-ecn to experimental 2023-10-01 09:10:11 +08:00
gVisor bot
0523f63d1a chore: add new bbr implementation 2023-10-01 00:01:32 +08:00
gVisor bot
12ddcaae7a chore: support relative path for hy2/tuic inbound cert 2023-10-01 00:01:32 +08:00
gVisor bot
e092d17c2f chore: fix bbr bugs 2023-09-30 13:40:07 +08:00
gVisor bot
df57d49d8d Fix: should check all ips need to fallback (#2915) 2023-09-29 13:42:22 +08:00
gVisor bot
6e0e53967a docs: support reload in service 2023-09-29 13:26:59 +08:00
gVisor bot
c0a4786d06 chore: reduce string split immediately after string concat (#773) 2023-09-29 08:51:13 +08:00
gVisor bot
0932a9c83f feat: support clash premium's structured log stream (#735)
* feat: support clash premium's structured log stream

New version of Clash for Windows uses `ws://external-controller/logs?token=&level=info&format=structured` to get real time log. When Clash Premium Core reveices `format=structured`, it returns a different form of JSON log entry. Supporting this feature will allow better Clash for Windows integration

Signed-off-by: Misty <gyc990326@gmail.com>
2023-09-29 08:50:50 +08:00
gVisor bot
5cb57ffdc3 chore: improve subscription userinfo parsing (#781)
do not use regex parsing for `Subscription-UserInfo` header field
2023-09-29 08:42:57 +08:00
gVisor bot
aa52973073 feat: add reload signal support (#780)
Backport Clash feature by @septs, see Dreamacro/clash#2908
2023-09-29 08:36:25 +08:00
gVisor bot
d960e63dda chore: decrease goroutine used in core tunnel 2023-09-28 18:59:31 +08:00
gVisor bot
c096a6c84c fix: gvisor panic 2023-09-26 09:06:00 +08:00
gVisor bot
c025b77ca0 chore: update quic-go to 0.39.0 2023-09-26 08:51:25 +08:00
gVisor bot
04a8da4856 fix: fail to set KeepAliveIntervall #715 2023-09-25 14:05:13 +08:00
gVisor bot
07b0e869b4 chore: ntp service support dialer-proxy 2023-09-25 09:11:35 +08:00
gVisor bot
a92874f409 chore: share N.dialer code 2023-09-25 09:11:35 +08:00
gVisor bot
92b88136f4 feat: recovering preHandleMetadata failure from sniffing (#769) 2023-09-24 19:27:55 +08:00
gVisor bot
20ca57e1ab chore: fix typo 2023-09-24 19:00:51 +08:00