Larvan2
|
8d9eb1e534
|
chore: get HealCheckURL from pd if groupOption URL is empty
|
2024-02-25 14:28:27 +08:00 |
|
Larvan2
|
d2a5376cb8
|
revert: "modify default url"
This reverts commit 3d643cb95a .
|
2024-02-24 13:50:53 +08:00 |
|
xishang0128
|
6399347a63
|
chore: add some fields for override
|
2024-02-20 21:52:31 +08:00 |
|
xishang0128
|
1025101954
|
chore: add timeout option
|
2024-01-24 12:45:35 +08:00 |
|
wwqgtxx
|
0e1bdb07d4
|
chore: rewrite IntRanges constructor
|
2024-01-20 11:00:06 +08:00 |
|
xishang0128
|
1d3e9f4889
|
feat: add include-all to proxy-groups
|
2023-12-31 09:43:52 +08:00 |
|
xishang0128
|
3d643cb95a
|
chore: modify default url
|
2023-12-31 07:39:17 +08:00 |
|
xishang0128
|
41a05d96a5
|
chore: add some fields for override
|
2023-12-26 01:45:32 +08:00 |
|
Larvan2
|
ac381736a5
|
chore: restore function name to AliveForTestUrl
|
2023-12-22 21:18:17 +08:00 |
|
Larvan2
|
08a1f10af4
|
Merge PR #860 into Alpha
|
2023-12-22 21:11:07 +08:00 |
|
Larvan2
|
d80fcb77f6
|
chore: health check for compatible providers after startup
|
2023-12-09 18:58:36 +08:00 |
|
tommytag
|
f63acc0202
|
healthcheck latency of the provider is also stored in the extra, without compromising rest api compatibility
|
2023-12-06 17:11:24 +08:00 |
|
tommytag
|
2d7538aca6
|
[fix] incorrect data save location for latency
|
2023-12-04 18:10:45 +08:00 |
|
wzdnzd
|
cc6429722a
|
return expected status through Rest API and clean useless code
|
2023-12-01 23:16:55 +08:00 |
|
Larvan2
|
b9d48f4115
|
fix: parsing override
|
2023-11-20 23:36:22 +08:00 |
|
H1JK
|
1479b449df
|
chore: Cleanup code
|
2023-11-17 23:12:10 +08:00 |
|
Steve Johnson
|
b5a8f0fce1
|
fix: improve feature check and add missing patches
|
2023-11-17 19:10:17 +08:00 |
|
Steve Johnson
|
b73382f60a
|
fix: fix android-arm64 build
|
2023-11-17 10:53:57 +08:00 |
|
Steve Johnson
|
9e96d70840
|
feat: share more code from android branch
|
2023-11-17 01:21:02 +08:00 |
|
Larvan2
|
2f203330e4
|
feat: add override to proxy-providers
Co-authored-by: xishang0128 <xishang02@gmail.com>
|
2023-11-17 00:37:54 +08:00 |
|
xishang0128
|
2577dd3af4
|
chore: fix subscription_info
|
2023-11-12 03:17:37 +08:00 |
|
xishang0128
|
daa332e7b0
|
chore: modify ua
|
2023-11-12 02:44:55 +08:00 |
|
xishang0128
|
288c0c27d6
|
feat: add include-all-providers to proxy-groups
|
2023-11-11 22:15:57 +08:00 |
|
wwqgtxx
|
17c9d507be
|
chore: hello mihomo
|
2023-11-03 21:58:21 +08:00 |
|
wwqgtxx
|
7ed25ddc74
|
chore: better atomic using
|
2023-10-10 21:28:46 +08:00 |
|
septs
|
0ed3c5a5ec
|
chore: improve subscription userinfo parsing (#781)
do not use regex parsing for `Subscription-UserInfo` header field
|
2023-09-29 08:42:57 +08:00 |
|
wwqgtxx
|
8f1475d5d0
|
chore: update to go1.21rc2, drop support for go1.19
|
2023-07-02 09:59:18 +08:00 |
|
wwqgtxx
|
614cc93cac
|
chore: better close single connection in restful api
|
2023-06-26 18:25:36 +08:00 |
|
wwqgtxx
|
42ef4fedfa
|
chore: avoid unneeded map copy when close connection in restful api
|
2023-06-26 17:46:14 +08:00 |
|
wwqgtxx
|
d391fda051
|
chore: function rename
|
2023-06-19 08:32:11 +08:00 |
|
汐殇
|
77fb9a9c01
|
feat: optional provider path (#624)
|
2023-06-15 22:45:02 +08:00 |
|
Skyxim
|
b72219c06a
|
chore: allow unsafe path for provider by environment variable
|
2023-06-11 01:55:49 +00:00 |
|
wzdnzd
|
767aa182b9
|
When testing the delay through REST API, determine whether to store the delay data based on certain conditions instead of discarding it directly (#609)
|
2023-06-07 11:04:03 +08:00 |
|
タイムライン
|
dafecebdc0
|
chore: Something update from clash :) (#606)
|
2023-06-06 09:45:05 +08:00 |
|
wzdnzd
|
3c1f9a9953
|
ProxyProvider health check also supports specifying expected status (#600)
Co-authored-by: wwqgtxx <wwqgtxx@gmail.com>
|
2023-06-04 14:00:24 +08:00 |
|
wzdnzd
|
3ef81afc76
|
[Feature] Proxy stores delay data of different URLs. And supports specifying different test URLs and expected statue by group (#588)
Co-authored-by: Larvan2 <78135608+Larvan2@users.noreply.github.com>
Co-authored-by: wwqgtxx <wwqgtxx@gmail.com>
|
2023-06-04 11:51:30 +08:00 |
|
wwqgtxx
|
40da1911d9
|
chore: using sync/atomic replace uber/atomic
|
2023-04-22 15:37:57 +08:00 |
|
wwqgtxx
|
aaf534427e
|
chore: close all connections after proxySet initial
|
2023-04-12 18:50:51 +08:00 |
|
wwqgtxx
|
fda8857ec8
|
feat: proxy-provider can set dialer-proxy too
it will apply `dialer-proxy` to all proxy in this provider
|
2023-04-12 10:39:24 +08:00 |
|
wwqgtxx
|
f7610ce2ad
|
chore: better uuid using
|
2023-03-15 10:10:03 +08:00 |
|
Skyxim
|
9d9bd245f3
|
fix: Adjust the timing of subscription information acquisition
|
2023-03-15 09:05:16 +08:00 |
|
Skyxim
|
88116d9032
|
fix: optimize health check
|
2023-03-14 20:10:52 +08:00 |
|
H1JK
|
ae966833a4
|
chore: Generate UUID from fastrand
|
2023-03-05 11:00:14 +08:00 |
|
ag2s20150909
|
023a96a6d3
|
make ConvertsV2Ray more robust (#349)
* make ConvertsV2Ray more robust
* add log
* fix
|
2023-01-24 16:34:52 +08:00 |
|
H1JK
|
fd48c6df8a
|
chore: Fix fmt in #321
Replace all double spaces to tabs due to Go fmt proposal.
|
2023-01-07 12:24:28 +08:00 |
|
ag2s20150909
|
f100a33d98
|
proxy-provider support exclude node by node type
|
2023-01-03 21:27:07 +08:00 |
|
wwqgtxx
|
dc3e144b6a
|
Merge branch 'dev' of https://github.com/Dreamacro/clash into Alpha
|
2022-11-12 20:43:48 +08:00 |
|
wwqgtxx
|
5fd79890e7
|
chore: add exclude-filter to ProxyGroup
|
2022-11-09 08:06:37 +08:00 |
|
metacubex
|
53b2a480ef
|
fix: subscriptionInfo api
|
2022-11-08 22:30:50 +08:00 |
|
adlyq
|
409cd4f6a1
|
fix: subscriptionInfo api
fix: subscriptionInfo api
fix: subscriptionInfo api
|
2022-11-08 07:59:08 +08:00 |
|