地址 所属机构 是否支持 DoH 是否支持 DoH3(HTTP/3) 是否官方 DoH 服务地址
https://120.53.53.53/dns-query 腾讯 ✅ 是 ✅ 是(支持 HTTP/3) ✅ 是(DoH-IP 接入点)
https://1.12.12.12/dns-query 腾讯 ❌ 否 ❌ 否 ❌ 仅支持普通 DNS
https://119.29.29.29/dns-query 腾讯 ❌ 否 ❌ 否 ❌ 仅支持普通 DNS
以上回复来自chatgpt
❤3
A new AList Fork to Anti Trust Crisis
Important
THIS IS A FORK VERSION !!!
We sincerely thank the original author xhofe/alist for his substantial prior contributions.
This fork is not yet stable. A large number of external links point to unaudited content, posing a supply chain attack risk, including related documentation websites, etc. Do not trust!
Currently, only links confirmed to be outside the original author's control (such as alistgo.com) have been removed, The detailed migration progress of the project can be viewed in the OpenList Migration Summary.
Important
THIS IS A FORK VERSION !!!
We sincerely thank the original author xhofe/alist for his substantial prior contributions.
This fork is not yet stable. A large number of external links point to unaudited content, posing a supply chain attack risk, including related documentation websites, etc. Do not trust!
Currently, only links confirmed to be outside the original author's control (such as alistgo.com) have been removed, The detailed migration progress of the project can be viewed in the OpenList Migration Summary.
❤5
Forwarded from Hide My Applist
HMA-V3.5.apk
3.1 MB
V3.5
Address startActivity() exploit below A13
Rework hook for getArchivedPackage()
Improve logging performance
处理低于 A13 的 startActivity() 漏洞
重写 getArchivedPackage() 漏洞修复
提升日志性能
Address startActivity() exploit below A13
Rework hook for getArchivedPackage()
Improve logging performance
处理低于 A13 的 startActivity() 漏洞
重写 getArchivedPackage() 漏洞修复
提升日志性能
❤10
Mihomo
v1.19.11
What's Changed
● 29a37f4 feat: all dns client support
● 40587b6 feat: all dns client support
● 617fef8 feat: converter support anytls/socks/http (#2100) by @beck
● 85e6d25 feat: all dns client support
● 9283cb0 feat: add
● Other incompatible updates are the same as v1.19.6~v1.19.10:
BUG & Fix
● 31f0060 fix: chacha20 counter overflow by @wwqgtxx
● 32d447c fix: convert https (#2102) by @beck
● 40ea0ba fix: correct constructor for
● 5344e86 fix: ssr uri decode (#2116) by @Restia-Ashbell
● 5b97527 fix: incorrect checking of strings.Split return value by @wwqgtxx
● 6cfaf15 fix: missing error return by @wwqgtxx
● 71a8705 fix: remote dst parse by @wwqgtxx
● 8d7f947 fix: TypedValue.CompareAndSwap by @wwqgtxx
● ebf5918 fix: v2ray-plugin mux maybe not close underlay connection by @wwqgtxx
Maintenance
● 01f8f2d chore: cleanup allocator code by @wwqgtxx
● 082bcec chore: apply find process mode in direct/global mode by @wwqgtxx
● 166392f chore: sniffer replace domain only if domain is valid (#2122) by @ayanamist
● 255ff5e chore: add rate limiting support for reality listener by @wwqgtxx
v1.19.11
What's Changed
● 29a37f4 feat: all dns client support
disable-ipv4
and disable-ipv6
params by @wwqgtxx● 40587b6 feat: all dns client support
skip-cert-verify
params by @wwqgtxx● 617fef8 feat: converter support anytls/socks/http (#2100) by @beck
● 85e6d25 feat: all dns client support
ecs
and ecs-override
params by @wwqgtxx● 9283cb0 feat: add
loopback-address
support for tun by @wwqgtxx● Other incompatible updates are the same as v1.19.6~v1.19.10:
● For security reasons, all paths appearing in the configuration file will be limited to workdir (regardless of whether they are relative or absolute). If there is a specific need, please specify additional safe paths by setting theSAFE_PATHS
environment variable while ensuring safety. The syntax of this environment variable is the same as the PATH environment variable parsing rules of this operating system (i.e., semicolon-separated under Windows and colon-separated under other systems)
● For security reasons, the "path" parameter of/configs
in the restful api has been restricted, and its directory also needs to be in workdir orSAFE_PATHS
.
● In addition, support for specifyingrouting-mark
andinterface-name
forproxy-groups
has been removed. Please specify the relevant parameters inproxies
directly.
● Note: The workdir mentioned above is specified by the-d
parameter when the program is started or theCLASH_HOME_DIR
environment variable. If neither of the above is specified, the default is: ● on Unix systems,$HOME/.config/mihomo
. ● on Windows,%USERPROFILE%/.config/mihomo
.
● The DNS resolution of the overall UDP part has been delayed to the connection initiation stage. It will be triggered only when the IP rule without no-resolve is matched during the rule matching process. ● For direct and wireguard outbound, the same logic as the TCP part will be followed, that is, when direct-nameserver (or DNS configured by wireguard) exists, the resolution result in the rule matching process will be discarded and the domain name will be re-resolved. This re-resolution logic is only effective for fakeip. ● For reject and DNS outbound, no resolution is required. ● For other outbound, resolution will still be performed when the UDP connection is initiated, and the domain name will not be sent directly to the remote server.
BUG & Fix
● 31f0060 fix: chacha20 counter overflow by @wwqgtxx
● 32d447c fix: convert https (#2102) by @beck
● 40ea0ba fix: correct constructor for
2022-blake3-chacha8-poly1305
by @wwqgtxx● 5344e86 fix: ssr uri decode (#2116) by @Restia-Ashbell
● 5b97527 fix: incorrect checking of strings.Split return value by @wwqgtxx
● 6cfaf15 fix: missing error return by @wwqgtxx
● 71a8705 fix: remote dst parse by @wwqgtxx
● 8d7f947 fix: TypedValue.CompareAndSwap by @wwqgtxx
● ebf5918 fix: v2ray-plugin mux maybe not close underlay connection by @wwqgtxx
Maintenance
● 01f8f2d chore: cleanup allocator code by @wwqgtxx
● 082bcec chore: apply find process mode in direct/global mode by @wwqgtxx
● 166392f chore: sniffer replace domain only if domain is valid (#2122) by @ayanamist
● 255ff5e chore: add rate limiting support for reality listener by @wwqgtxx
❤2
Software Hub
Mihomo v1.19.11 What's Changed ● 29a37f4 feat: all dns client support disable-ipv4 and disable-ipv6 params by @wwqgtxx ● 40587b6 feat: all dns client support skip-cert-verify params by @wwqgtxx ● 617fef8 feat: converter support anytls/socks/http (#2100)…
● 2f9a3b3 chore: cleanup code by @wwqgtxx
● 5c6aa43 chore: unconditionally allow clients with passwords for password-free socks5 inbound (#2123) by @ayanamist
● 85bb40a chore: add Int32Enum for common/atomic by @wwqgtxx
● 87795e3 chore: add yaml marshal for common/atomic by @wwqgtxx
● 939e410 chore: write dns reply in single syscall by @wwqgtxx
● 93ca185 chore: converter support fingerprint for anytls by @riolurs
● ae7967f chore: the resolve and findProcess behaviors of Logic and SubRules follow the order and needs of the internal rules by @wwqgtxx
● c60750d chore: allow tun to skip the system ipv6 check when starting by environment variable
Full Changelog: v1.19.10...v1.19.11
● 5c6aa43 chore: unconditionally allow clients with passwords for password-free socks5 inbound (#2123) by @ayanamist
● 85bb40a chore: add Int32Enum for common/atomic by @wwqgtxx
● 87795e3 chore: add yaml marshal for common/atomic by @wwqgtxx
● 939e410 chore: write dns reply in single syscall by @wwqgtxx
● 93ca185 chore: converter support fingerprint for anytls by @riolurs
● ae7967f chore: the resolve and findProcess behaviors of Logic and SubRules follow the order and needs of the internal rules by @wwqgtxx
● c60750d chore: allow tun to skip the system ipv6 check when starting by environment variable
SKIP_SYSTEM_IPV6_CHECK
by @wwqgtxxFull Changelog: v1.19.10...v1.19.11
❤2
Magisk-v30.0.apk
11.6 MB
[General] Various minor bug fixes
[Core] Migrate module implementation to Rust
[Core] Improve Magisk specific files injection logic
[MagiskBoot] Migrate compression code to Rust
#Magisk
[Core] Migrate module implementation to Rust
[Core] Improve Magisk specific files injection logic
[MagiskBoot] Migrate compression code to Rust
#Magisk
🔥8