xishang0128
|
f3e23b1128
|
feat: Allow providers to set individual proxy and headers
|
2024-04-08 01:27:17 +08:00 |
|
Larvan2
|
19f7220c0b
|
chore: adjust testURL priority
|
2024-04-06 11:49:46 +08:00 |
|
riolurs
|
90bf158e9f
|
fix(group.parser): set default TestURL if empty
|
2024-04-05 01:51:18 +08:00 |
|
wwqgtxx
|
c893e3c462
|
fix: IN-PORT not work in http inbound
https://github.com/MetaCubeX/mihomo/issues/1162
|
2024-04-04 21:25:27 +08:00 |
|
wwqgtxx
|
40f5c5b987
|
chore: don't retry when rejected loopback connection
|
2024-04-03 08:42:15 +08:00 |
|
wwqgtxx
|
eae1f05e88
|
fix: wireguard multi peers public key parse
|
2024-03-28 21:57:48 +08:00 |
|
wwqgtxx
|
9c08e936f9
|
fix: unmap 4in6 ip in wireguard
|
2024-03-22 00:33:38 +08:00 |
|
wwqgtxx
|
e1a5b93cce
|
chore: rebuild wireguard server address resolve
|
2024-03-20 12:34:55 +08:00 |
|
wwqgtxx
|
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 |
|
wwqgtxx
|
5fdfde6a07
|
chore: ssh outbound add private-key-passphrase ,host-key ,host-key-algorithms
rename `privateKey` to `private-key` and support direct write private key value in config file
|
2024-03-13 08:30:41 +08:00 |
|
wwqgtxx
|
81c832ef9e
|
chore: code cleanup
|
2024-03-12 15:14:56 +08:00 |
|
wwqgtxx
|
012e448562
|
fix: when hysteria2 set ports , port can be empty
|
2024-03-12 15:06:41 +08:00 |
|
wwqgtxx
|
7ad37ca0e3
|
fix: hysteria2 server domain resolve
|
2024-03-10 23:49:54 +08:00 |
|
keakon
|
feedc9ec66
|
feat: implement port hopping (#1064)
* implement port hopping using sing and sing-quic
* 更新quic-go
* 更新sing
* Update go.sum
---------
Co-authored-by: wwqgtxx <wwqgtxx@gmail.com>
|
2024-03-08 22:54:24 +08:00 |
|
wwqgtxx
|
5702d28cda
|
chore: rebuild ssh outbound
|
2024-03-08 22:43:41 +08:00 |
|
TreviD
|
0bb5568de9
|
feat: add ssh outbound (#1087)
* feat: add ssh outbound
* fix: Modify the way to get dstAddr
---------
Co-authored-by: trevid <trevidmy@gmail.com>
|
2024-03-08 22:43:41 +08:00 |
|
wwqgtxx
|
fad1a08378
|
chore: dns outbound support tcp
|
2024-03-07 13:12:40 +08:00 |
|
xishang0128
|
04886761a2
|
chore: Add max-failed-times
|
2024-03-07 03:35:11 +08:00 |
|
wwqgtxx
|
8b9813079b
|
chore: share RelayDnsPacket function code
|
2024-03-04 22:12:27 +08:00 |
|
wwqgtxx
|
69bf434e2c
|
chore: vlessPacketConn should wrap ThreadSafePacketConn
|
2024-03-04 19:14:40 +08:00 |
|
wwqgtxx
|
e867497315
|
chore: rebuild DNS outbound code
|
2024-03-04 19:00:19 +08:00 |
|
sduoduo233
|
3ec23c1fc5
|
feat: Add DNS outbound to hijack DNS packets (#1078)
|
2024-03-04 18:21:50 +08:00 |
|
wwqgtxx
|
7eb16a098a
|
chore: upgrade dependencies
|
2024-02-28 11:14:10 +08:00 |
|
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 |
|
wwqgtxx
|
e6011301b2
|
chore: rebuild slowdown code
|
2024-01-30 19:41:50 +08:00 |
|
tommy
|
947ad9b308
|
chore: store latency data more reasonably (#964)
|
2024-01-30 15:51:12 +08:00 |
|
wwqgtxx
|
d1337f39ed
|
chore: slowdown wireguard dial retry
|
2024-01-30 15:29:48 +08:00 |
|
xishang0128
|
1025101954
|
chore: add timeout option
|
2024-01-24 12:45:35 +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 |
|
xishang0128
|
e86567ead2
|
chore: limit the default url
|
2024-01-20 19:43:10 +08:00 |
|
wwqgtxx
|
0e1bdb07d4
|
chore: rewrite IntRanges constructor
|
2024-01-20 11:00:06 +08:00 |
|
pretze
|
25d6ad220d
|
feat: add DSCP rule for Tproxy UDP packets (#996)
* feat: add `DSCP` rule for Tproxy UDP packets
* fix: fix compatibility issue with non_linux platform
* chore: remove redundant lines for DSCP
|
2024-01-20 10:19:42 +08:00 |
|
xishang0128
|
ffcd672ebf
|
chore: return more information for the api
|
2024-01-07 23:32:22 +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 |
|
PuerNya
|
1701e4715d
|
fix: stop using insert url when get urltest delay
|
2023-12-27 14:24:21 +08:00 |
|
xishang0128
|
0d07cf40b8
|
fix: try fixing automatic policy
|
2023-12-26 03:49:00 +08:00 |
|
xishang0128
|
41a05d96a5
|
chore: add some fields for override
|
2023-12-26 01:45:32 +08:00 |
|
Larvan2
|
997663a4ad
|
chore: avoid return nil. fix #930
|
2023-12-23 13:11:10 +08:00 |
|
Larvan2
|
59ab4fe745
|
chore: better Reject-Drop for UDP
|
2023-12-22 21:28:54 +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 |
|
wwqgtxx
|
429a03d986
|
chore: add loopback detect for direct outbound
|
2023-12-20 13:11:00 +08:00 |
|
H1JK
|
78e5d3229e
|
chore: Remove the use of curve25519 package
|
2023-12-16 17:02:52 +08:00 |
|
Kuingsmile
|
7ee6809257
|
feat: Add LAN allowed and disallowed IP configurations (#861)
|
2023-12-13 00:13:17 +08:00 |
|
Larvan2
|
d80fcb77f6
|
chore: health check for compatible providers after startup
|
2023-12-09 18:58:36 +08:00 |
|
H1JK
|
582ac28728
|
chore: Update bandwidth convertor
Sync with 6d6a26b399
|
2023-12-08 21:45:00 +08:00 |
|
wwqgtxx
|
cbec564af9
|
chore: adapt new ReadWait interfaces
|
2023-12-07 23:32:37 +08:00 |
|
wwqgtxx
|
ad263f7229
|
fix: ss uot add thread safe wrapper
|
2023-12-06 21:08:04 +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
|
071e8488a8
|
[fix] latency of extra should not overwrite the history (#855)
|
2023-12-03 12:27:04 +08:00 |
|
Larvan2
|
1a0932c210
|
feat: support ARC for DNS cache
|
2023-12-03 08:37:05 +08:00 |
|
wzdnzd
|
cc6429722a
|
return expected status through Rest API and clean useless code
|
2023-12-01 23:16:55 +08:00 |
|
H1JK
|
5f7053c519
|
feat: Add v2ray httpupgrade fast open support
|
2023-11-24 13:02:00 +08:00 |
|
wwqgtxx
|
37791acb59
|
chore: upgrade xsync to v3
|
2023-11-23 10:24:01 +08:00 |
|
Larvan2
|
8b4499e461
|
Revert "chore: reduce memory alloc"
This reverts commit a6b816b1c6 .
|
2023-11-22 19:22:15 +08:00 |
|
Larvan2
|
a6b816b1c6
|
chore: reduce memory alloc
|
2023-11-20 23:48:30 +08:00 |
|
H1JK
|
bb9ad6cac0
|
fix: Trojan websocket header panic
|
2023-11-20 23:36:22 +08:00 |
|
Larvan2
|
b9d48f4115
|
fix: parsing override
|
2023-11-20 23:36:22 +08:00 |
|
Larvan2
|
8efb699231
|
chore: temporary seal
|
2023-11-19 13:26:53 +08:00 |
|
H1JK
|
4362dfacc9
|
fix: Mux missing sing logger & initializing race
|
2023-11-18 15:30:35 +08:00 |
|
Larvan2
|
117228fa8c
|
feat: support REJECT-DROP
|
2023-11-18 13:17:15 +08:00 |
|
H1JK
|
54a7f52fe3
|
feat: Add outbound sing-mux tcp-brutal support
|
2023-11-18 00:07:07 +08:00 |
|
H1JK
|
1479b449df
|
chore: Cleanup code
|
2023-11-17 23:12:10 +08:00 |
|
Steve Johnson
|
aa3c1ac623
|
fix: fix package name rules match
|
2023-11-17 19:39:57 +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 |
|
Larvan2
|
7d222b1b71
|
fix: health check available for 'selector' if configured
|
2023-11-15 19:06:20 +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
|
ceac5bfaa4
|
feat: add v2ray-http-upgrade support
|
2023-11-02 11:11:35 +08:00 |
|
wwqgtxx
|
3564e96a00
|
chore: share some code
|
2023-10-23 16:45:22 +08:00 |
|
Dreamacro
|
1faad73381
|
fix: socks5 udp associate
|
2023-10-16 09:27:55 +08:00 |
|
wwqgtxx
|
129283066f
|
chore: code cleanup
|
2023-10-11 22:54:19 +08:00 |
|
wwqgtxx
|
0dc6a726c1
|
fix: unmap 4in6 ip
|
2023-10-11 18:17:39 +08:00 |
|
wwqgtxx
|
4636499439
|
chore: support reject proxy type
|
2023-10-11 13:01:14 +08:00 |
|
wwqgtxx
|
270a080b55
|
fix: sing listener panic
|
2023-10-11 10:55:12 +08:00 |
|
wwqgtxx
|
6bcd91a801
|
feat: add skip-auth-prefixes
|
2023-10-10 21:29:12 +08:00 |
|
wwqgtxx
|
7ed25ddc74
|
chore: better atomic using
|
2023-10-10 21:28:46 +08:00 |
|
Kiva
|
265a6b9b68
|
chore: reduce string split immediately after string concat (#773)
|
2023-09-29 08:51:13 +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
|
e0458a8fde
|
chore: decrease goroutine used in core tunnel
|
2023-09-28 18:59:31 +08:00 |
|
wwqgtxx
|
c0ba798708
|
chore: share N.dialer code
|
2023-09-25 09:11:35 +08:00 |
|
xishang0128
|
7c59916c22
|
chore: update provider proxies api
|
2023-09-24 00:19:10 +08:00 |
|
wwqgtxx
|
bf619d8586
|
fix: socks5 udp not working on loopback
|
2023-09-22 23:33:24 +08:00 |
|
wwqgtxx
|
d48f9c2a6c
|
chore: rebuild ca parsing
|
2023-09-22 14:45:34 +08:00 |
|
wwqgtxx
|
4fe7a463c5
|
chore: limit tuicv5's maxUdpRelayPacketSize up to 1200-PacketOverHead
|
2023-09-21 23:49:45 +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
|
6c3b973748
|
doc: add Hysteria2 doc
|
2023-09-21 10:43:45 +08:00 |
|
wwqgtxx
|
9b8e2d9343
|
feat: support Hysteria2
|
2023-09-21 10:28:28 +08:00 |
|
wwqgtxx
|
62266010ac
|
Revert "migration: go 1.21"
This reverts commit 33d41338ef .
|
2023-09-21 08:29:28 +08:00 |
|
Larvan2
|
33d41338ef
|
migration: go 1.21
|
2023-09-17 17:05:13 +08:00 |
|