1
0
mirror of https://github.com/MetaCubeX/mihomo.git synced 2025-09-21 04:55:57 +08:00
Commit Graph

17 Commits

Author SHA1 Message Date
57e14e5b62 chore: cleanup internal ca using 2025-09-13 14:13:01 +08:00
ba3c44a169 chore: code cleanup 2025-04-16 09:54:02 +08:00
08dcef80bf fix: mistaken using net.Dialer
https://github.com/MetaCubeX/mihomo/issues/1572
2024-10-09 12:04:56 +08:00
7c8f451892 chore: cleanup geo internal code 2024-09-09 16:08:48 +08:00
f3e23b1128 feat: Allow providers to set individual proxy and headers 2024-04-08 01:27:17 +08:00
17c9d507be chore: hello mihomo 2023-11-03 21:58:21 +08:00
3564e96a00 chore: share some code 2023-10-23 16:45:22 +08:00
d48f9c2a6c chore: rebuild ca parsing 2023-09-22 14:45:34 +08:00
7286391883 feat: support users to customize download ua 2023-09-07 18:44:58 +08:00
463da578dd fixes #512: geo download failed when startup (#538)
* fixes #512: geo download failed when startup

- 启动阶段,executor还未初始化tunnel,tcpIn==nil导致geo下载失败,阻塞在
  tcpIn <- context

* chore: handled by the upper layer

* chore: remove useless parameters

---------

Co-authored-by: Skyxim <noreply@skyxim.dev>
2023-05-01 21:27:55 +08:00
db7623968d fix: inner http use host of address 2023-03-29 20:50:46 +08:00
4d30788738 chore: clean up code 2023-03-25 22:56:24 +08:00
3b6fc1c496 chore: adjust the case of Program names and HttpRequest UA 2023-01-14 16:17:10 +08:00
9565b5194c chore: remove log 2022-07-11 22:18:24 +08:00
ab8e9e7d7a fix: skip-cert-verify not work 2022-07-11 12:37:27 +08:00
fef9f95e65 feat: add fingerprint for tls verify 2022-07-10 20:44:24 +08:00
3827e00b54 refactor: 抽离http请求方法 2022-06-04 19:14:39 +08:00