wwqgtxx
|
cd2d1c6bb0
|
fix: skip-auth-prefixes not apply on listeners when users is unset
|
2024-09-27 18:10:05 +08:00 |
|
wwqgtxx
|
518e9bdb0b
|
feat: socks5, http and mixed listeners support independence users
|
2024-08-25 19:33:31 +08:00 |
|
wwqgtxx
|
27bcb26ecd
|
chore: better config internal structure
|
2024-08-24 20:49:12 +08:00 |
|
wwqgtxx
|
09be5cbc99
|
feat: tun support auto-redirect , route-address-set and route-exclude-address-set
|
2024-06-17 22:04:51 +08:00 |
|
wwqgtxx
|
5af7f4e847
|
chore: allow config table-index for tun
https://github.com/MetaCubeX/mihomo/issues/1128
|
2024-03-24 21:31:52 +08:00 |
|
wwqgtxx
|
5c1404f78e
|
chore: hysteria2 add udp-mtu option
default value is `1200-3` to match old version quic-go's capability
|
2024-01-22 20:56:28 +08:00 |
|
wwqgtxx
|
9fc1fc4cfe
|
chore: add GSO support for TUN
lwip had been dropped, also cgo build will be removed
|
2023-12-10 08:32:54 +08:00 |
|
wwqgtxx
|
96f0254a48
|
chore: listeners can set mux-option
|
2023-11-23 08:20:26 +08:00 |
|
wwqgtxx
|
17c9d507be
|
chore: hello mihomo
|
2023-11-03 21:58:21 +08:00 |
|
wwqgtxx
|
a82ce85707
|
chore: add route exclude support
|
2023-11-02 11:37:40 +08:00 |
|
wwqgtxx
|
1cf9a55e3e
|
chore: code cleanup
|
2023-10-10 21:29:12 +08:00 |
|
wwqgtxx
|
d8fe7a52d6
|
feat: add certificate and private-key to vmess listener
|
2023-10-08 07:26:28 +08:00 |
|
wwqgtxx
|
791ecfbb32
|
feat: add ws-path to vmess listener
|
2023-10-08 07:26:28 +08:00 |
|
wwqgtxx
|
e0458a8fde
|
chore: decrease goroutine used in core tunnel
|
2023-09-28 18:59:31 +08:00 |
|
wwqgtxx
|
da24810da2
|
chore: support set cwnd for hy2 too
|
2023-09-21 16:41:31 +08:00 |
|
wwqgtxx
|
233eeb0b38
|
feat: inbound support Hysteria2
|
2023-09-21 15:10:35 +08:00 |
|
wwqgtxx
|
919daf0dbb
|
fix: tuic server cwnd parsing
|
2023-06-21 14:00:49 +08:00 |
|
wwqgtxx
|
e914317bef
|
feat: support tuicV5
|
2023-06-12 18:42:46 +08:00 |
|
Skyxim
|
6ca14c814e
|
fix: tproxy listener cannot listen udp
|
2023-03-27 22:18:54 +08:00 |
|
wwqgtxx
|
0336435ebc
|
chore: shadowsocks listener support the "udp" setting
|
2023-03-21 12:40:36 +08:00 |
|
wwqgtxx
|
998d407d44
|
Feat: support set tun file-descriptor in config file
Co-authored-by: DuFoxit <DuFoxit@users.noreply.github.com>
|
2023-03-15 23:43:58 +08:00 |
|
wwqgtxx
|
fc50392ec7
|
chore: cleanup natTable's api
|
2023-02-18 13:16:07 +08:00 |
|
wwqgtxx
|
99662b616f
|
fix: tuic listener config name
|
2023-02-02 21:48:20 +08:00 |
|
Larvan2
|
857d6e419f
|
fix: Parse CC fail in tuic.
|
2023-02-02 21:29:12 +08:00 |
|
wwqgtxx
|
b5928c36a3
|
fix: tunnel panic
|
2022-12-11 08:59:57 +08:00 |
|
wwqgtxx
|
b5b06ea49c
|
fix: config crash
|
2022-12-06 09:04:30 +08:00 |
|
wwqgtxx
|
f390b9cf2f
|
fix: inbound nil pointer
|
2022-12-05 23:10:47 +08:00 |
|
wwqgtxx
|
46d23d9b86
|
chore: all listeners support specialProxy
|
2022-12-05 17:53:54 +08:00 |
|
wwqgtxx
|
fd9c4cbfa5
|
chore: listeners support tun
|
2022-12-05 17:43:50 +08:00 |
|
wwqgtxx
|
5c410b8df4
|
chore: listeners support tunnel
|
2022-12-05 17:03:12 +08:00 |
|
wwqgtxx
|
b7d976796a
|
chore: listeners support shadowsocks/vmess
|
2022-12-05 10:12:53 +08:00 |
|
wwqgtxx
|
2e22c712af
|
chore: rebuild add adapter/inbound.Addition to simply Listener.New apis
|
2022-12-05 00:20:50 +08:00 |
|
wwqgtxx
|
c7f83d3ff1
|
chore: listeners support tuic
|
2022-12-04 23:05:13 +08:00 |
|
wwqgtxx
|
62474e0ed6
|
fix: correct C.Metadata
|
2022-12-04 22:08:20 +08:00 |
|
wwqgtxx
|
62226e8b3d
|
chore: rebuild InboundListener
|
2022-12-04 21:53:13 +08:00 |
|
wwqgtxx
|
8144373725
|
chore: support skip the same config Listeners' Close and Listen
|
2022-12-04 17:20:24 +08:00 |
|
Skyxim
|
e9d8dd09ac
|
fix: close linstener
|
2022-12-04 15:15:23 +08:00 |
|
wwqgtxx
|
6fc62da7ae
|
chore: change C.PacketAdapter from a struct to an interface
|
2022-12-04 14:37:52 +08:00 |
|
Skyxim
|
4f75201a98
|
feat: add linsters
|
2022-12-04 13:37:14 +08:00 |
|