1
0
mirror of https://github.com/MetaCubeX/mihomo.git synced 2025-09-20 20:45:58 +08:00
Commit Graph

139 Commits

Author SHA1 Message Date
3676d1b79f feat: add proxy name replacement functionality for override (#1481)
* feat: add proxy name replacement functionality for override

* style: modify `override schema` info and provider parse error message

---------

Co-authored-by: chun <pujichun@outlook.com>
2024-09-18 22:41:06 +08:00
dc29514fb6 chore: typo 2024-09-09 10:07:50 +08:00
f6164ac195 feat: add fake-ip-filter-mode in dns
https://github.com/MetaCubeX/mihomo/issues/1479
2024-08-31 09:59:48 +08:00
8483178524 feat: sniff add skip-src-address and skip-dst-address 2024-08-27 20:33:43 +08:00
518e9bdb0b feat: socks5, http and mixed listeners support independence users 2024-08-25 19:33:31 +08:00
0793998de8 chore: drop support of eBPF 2024-08-16 14:15:36 +08:00
696b75ee37 feat: fake-ip-filter support rule-set: and geosite: 2024-08-14 20:45:36 +08:00
f20f371a61 chore: better keepalive handle 2024-08-14 13:01:06 +08:00
24c6e7d819 chore: update tcp keepAlive setting for go1.23 2024-08-14 11:51:39 +08:00
c830b8aaf7 feat: support convert mrs format back to text format 2024-07-28 11:00:27 +08:00
1db3e4583b chore: better converter 2024-07-27 23:54:28 +08:00
4f8a5a5f54 feat: add mrs format ipcidr ruleset 2024-07-27 10:36:11 +08:00
303f6e4567 feat: add mrs format domain ruleset 2024-07-26 22:30:42 +08:00
de61e81ff7 feat: support external-doh-server 2024-07-23 00:01:41 +08:00
09be5cbc99 feat: tun support auto-redirect, route-address-set and route-exclude-address-set 2024-06-17 22:04:51 +08:00
75c16f9b87 feat: add refresh-server-ip-interval for wireguard outbound 2024-06-14 14:01:52 +08:00
f317baa8de feat: add respect-rules for dns 2024-06-12 15:25:34 +08:00
0b6ae6ffb8 feat: add ss-opts for trojan outbound like trojan-go's shadowsocks config
https://github.com/MetaCubeX/mihomo/issues/1269
2024-05-22 09:00:59 +08:00
3566542d0e doc: cleanup 2024-04-17 09:39:30 +08:00
ca84ab1a94 feat: support external-controller-unix 2024-04-17 09:39:00 +08:00
f3e23b1128 feat: Allow providers to set individual proxy and headers 2024-04-08 01:27:17 +08:00
3e0bd65135 feat: Converter support Xray HTTPUpgrade fast open path 2024-03-30 18:19:40 +08:00
7fd5902e6b chore: wireguard outbound only can set ip and ipv6 outside peers
https://github.com/MetaCubeX/mihomo/issues/522
2024-03-20 12:34:54 +08:00
44d8a14629 feat: add IP-ASN rule 2024-03-12 03:14:25 +08:00
6399347a63 chore: add some fields for override 2024-02-20 21:52:31 +08:00
947ad9b308 chore: store latency data more reasonably (#964) 2024-01-30 15:51:12 +08:00
22862f20cc chore: update docs 2023-12-31 03:22:01 +08:00
41a05d96a5 chore: add some fields for override 2023-12-26 01:45:32 +08:00
2bba8aa14a feat: Add succinct matcher support for GeoSite
and use it by default
2023-12-17 00:01:01 +08:00
7ee6809257 feat: Add LAN allowed and disallowed IP configurations (#861) 2023-12-13 00:13:17 +08:00
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
2d73bcb951 chore: fix typo
chore: fix typo
2023-12-05 18:10:20 +08:00
aef87b29ba feat: Add GeoAutoUpdate and GeoUpdateInterval to config (#857) 2023-12-03 23:23:34 +08:00
1a0932c210 feat: support ARC for DNS cache 2023-12-03 08:37:05 +08:00
78ae8815c2 chore: modify some fields 2023-11-30 21:12:30 +08:00
17c9d507be chore: hello mihomo 2023-11-03 21:58:21 +08:00
ceac5bfaa4 feat: add v2ray-http-upgrade support 2023-11-02 11:11:35 +08:00
981c69040f docs: update about quic sniffer 2023-10-19 19:09:13 +08:00
6bcd91a801 feat: add skip-auth-prefixes 2023-10-10 21:29:12 +08:00
d8fe7a52d6 feat: add certificate and private-key to vmess listener 2023-10-08 07:26:28 +08:00
791ecfbb32 feat: add ws-path to vmess listener 2023-10-08 07:26:28 +08:00
6c3b973748 doc: add Hysteria2 doc 2023-09-21 10:43:45 +08:00
7c21768e99 feat: update external-ui 2023-09-18 19:21:30 +08:00
90acce7fa1 feat: Add disable quic-go GSO to experimental 2023-09-08 22:58:59 +08:00
1d4af2d92b chore: TCPKeepAlive interval set to 15s by default 2023-09-03 20:42:54 +08:00
73fa79bf3f feat: configurable TCPKeepAlive interval 2023-09-02 16:45:16 +08:00
1181fd4560 feat: add udp-over-stream for tuic
only work with meta tuic server or sing-box 1.4.0-beta.6
2023-08-21 12:37:39 +08:00
7632827177 chore: Use Meta-geoip for default 2023-07-20 23:24:48 +08:00
6d824c8745 chore: tuic server can handle V4 and V5 in same port 2023-06-21 13:53:37 +08:00
b9110c164d update docs 2023-06-18 01:50:32 +08:00