世界
|
5bff64ab72
|
Add AdGuard DNS filter support
|
2024-09-09 14:47:54 +08:00 |
|
世界
|
f5ccff0dc8
|
Improve QUIC sniffer
|
2024-09-09 14:47:54 +08:00 |
|
世界
|
3428f6dc07
|
Add inline rule-set & Add reload for local rule-set
|
2024-09-09 14:47:53 +08:00 |
|
世界
|
42643c6489
|
Unique rule-set names
|
2024-09-09 14:47:53 +08:00 |
|
世界
|
cd2edabba7
|
Add accept empty DNS rule option
|
2024-09-09 14:47:53 +08:00 |
|
世界
|
5fe026b170
|
Add custom options for TUN auto-route and auto-redirect
|
2024-09-09 14:47:53 +08:00 |
|
世界
|
f026b661bf
|
Improve base DNS transports & Minor fixes
|
2024-09-09 14:47:39 +08:00 |
|
世界
|
9219211d4b
|
Add auto-redirect & Improve auto-route
|
2024-09-09 14:46:40 +08:00 |
|
世界
|
e6f2d37e93
|
Add rule-set decompile command
|
2024-09-09 14:46:27 +08:00 |
|
世界
|
06e8ee885d
|
Add IP address support for rule-set match match
|
2024-09-09 14:46:27 +08:00 |
|
世界
|
9dcb96e919
|
Improve usages of json.Unmarshal
|
2024-09-09 14:46:27 +08:00 |
|
世界
|
ed3f5c3c41
|
Bump rule-set version
|
2024-09-09 14:46:26 +08:00 |
|
世界
|
3986d2aa51
|
Implement read deadline for QUIC based UDP inbounds
|
2024-09-09 14:46:26 +08:00 |
|
世界
|
6821954630
|
WTF is this
|
2024-09-09 14:46:26 +08:00 |
|
世界
|
aecfff29cb
|
platform: Fix clash server reload on android
|
2024-09-09 14:46:25 +08:00 |
|
世界
|
969f7e02cd
|
platform: Add log update interval
|
2024-09-09 14:46:25 +08:00 |
|
世界
|
31f98525be
|
platform: Prepare connections list
|
2024-09-09 14:46:25 +08:00 |
|
世界
|
f523029953
|
Drop support for go1.18 and go1.19
|
2024-09-09 14:46:24 +08:00 |
|
世界
|
791b840919
|
Add DTLS sniffer
|
2024-09-09 14:46:24 +08:00 |
|
iosmanthus
|
fd30f5c6c2
|
Introduce bittorrent related protocol sniffers
* Introduce bittorrent related protocol sniffers
including, sniffers of
1. BitTorrent Protocol (TCP)
2. uTorrent Transport Protocol (UDP)
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Co-authored-by: 世界 <i@sekai.icu>
|
2024-09-09 14:46:24 +08:00 |
|
世界
|
c6aedd125b
|
Update workflow to go1.23
|
2024-09-09 14:46:23 +08:00 |
|
世界
|
02bc3e0a0a
|
Update quic-go to v0.47.0
|
2024-09-09 14:45:46 +08:00 |
|
世界
|
87be6dc235
|
Update README
|
2024-09-09 08:48:35 +08:00 |
|
世界
|
c1c30976dc
|
Improve docker workflow
|
2024-09-08 11:11:47 +08:00 |
|
世界
|
9bac18bcd1
|
wireguard: Fix events chan leak
|
2024-09-08 10:07:12 +08:00 |
|
世界
|
ceda5cc95d
|
clash-api: Fix bad redirect
|
2024-09-08 10:07:07 +08:00 |
|
世界
|
27d6b63e71
|
Fix stream sniffer
|
2024-09-08 10:07:07 +08:00 |
|
世界
|
b57abcc73c
|
tfo: Fix build with go1.23
|
2024-08-27 11:24:51 +08:00 |
|
世界
|
f1147965dd
|
documentation: Fix missing zh headline
|
2024-08-21 18:52:38 +08:00 |
|
世界
|
45f3234c73
|
documentation: Update package status
|
2024-08-21 11:39:07 +08:00 |
|
Mingye Wang
|
aae3fded32
|
documentation: Two updates
* Copyedit documentation
Close #1378
* remove yum, go full on dnf
fixes #2049
|
2024-08-21 11:32:43 +08:00 |
|
世界
|
090494faf5
|
Do not close bug and enhancement issues
|
2024-08-21 08:09:15 +08:00 |
|
世界
|
db5719e22f
|
Fix no error return when empty DNS cache retrieved
|
2024-08-20 23:23:48 +08:00 |
|
世界
|
064fb9b873
|
Fix direct dialer not resolving domain
|
2024-08-20 21:02:52 +08:00 |
|
世界
|
f6a1e123fc
|
Make linter happy
|
2024-08-19 18:42:02 +08:00 |
|
世界
|
3066dfe3b3
|
Bump version
|
2024-08-19 10:43:09 +08:00 |
|
Liu Bingyan
|
1128fdd8c7
|
documentation: Update injectable description
|
2024-08-19 07:40:31 +08:00 |
|
世界
|
cfd9879b17
|
documentation: Remove unused
|
2024-08-19 06:39:33 +08:00 |
|
世界
|
9ceb660c57
|
documentation: Announce that our apps on Apple platforms are no longer available
|
2024-08-19 06:39:33 +08:00 |
|
世界
|
7d00d7df28
|
Update quic-go to v0.46.0
|
2024-08-19 06:25:15 +08:00 |
|
世界
|
21b1ac26b9
|
Fix UDP conn stuck on sniff
This change only avoids permanent hangs. We need to implement read deadlines for UDP conns in 1.10 for server inbounds.
|
2024-08-18 11:27:12 +08:00 |
|
世界
|
7fec8d842e
|
Update golangci-lint configuration
|
2024-08-18 11:17:01 +08:00 |
|
世界
|
07c678fb85
|
Fix crash on Android when using process rules
|
2024-08-18 10:23:28 +08:00 |
|
世界
|
baecfc7778
|
Update quic-go to v0.45.2
|
2024-08-18 10:23:17 +08:00 |
|
世界
|
07de36ecdb
|
Fix tests
|
2024-08-03 12:46:38 +08:00 |
|
世界
|
2c8a8303cd
|
dns: Minor fixes
|
2024-07-27 11:04:57 +08:00 |
|
ruokeqx
|
e5991cae0b
|
Use unix.SysctlRaw for macOS
|
2024-07-22 12:42:22 +08:00 |
|
世界
|
1349acfd5a
|
Fix panic caused by possible generation of duplicate keys for domain_suffix
|
2024-07-17 16:02:17 +08:00 |
|
世界
|
98ff897f35
|
Fix reset outbounds
|
2024-07-13 17:46:22 +08:00 |
|
ayooh
|
6144c8e340
|
Fix default end value of the rangeItem
|
2024-07-13 17:45:32 +08:00 |
|