Commit Graph

2019 Commits

Author SHA1 Message Date
世界
9f42fd7722 Use a more conservative strategy for resolving with systemd-resolved for local DNS server 2025-10-21 23:47:38 +08:00
世界
d603503256 Fix missing mTLS support in client options 2025-10-21 23:47:38 +08:00
世界
e6f2ec2ba5 Add curve preferences, pinned public key SHA256 and mTLS for TLS options 2025-10-21 23:47:38 +08:00
世界
f9041b57e9 Fix WireGuard input packet 2025-10-21 23:47:38 +08:00
世界
8b27afe7d5 Update tfo-go to latest 2025-10-21 23:47:29 +08:00
世界
673481769a Remove compatibility codes 2025-10-21 23:46:25 +08:00
世界
49cfe946e3 Do not use linkname by default to simplify debugging 2025-10-21 23:46:24 +08:00
世界
77c03748f1 documentation: Update chinese translations 2025-10-21 23:46:24 +08:00
世界
52230925fa Update quic-go to v0.54.0 2025-10-21 23:46:24 +08:00
世界
aa164dc305 Update WireGuard and Tailscale 2025-10-21 23:46:24 +08:00
世界
2ebe579d80 Fix preConnectionCopy 2025-10-21 23:46:03 +08:00
世界
f515454b7d Fix ping domain 2025-10-21 23:46:03 +08:00
世界
2553dd56f0 release: Fix linux build 2025-10-21 23:45:53 +08:00
世界
9922e9ae48 Improve ktls rx error handling 2025-10-21 23:45:53 +08:00
世界
d9150de171 Improve compatibility for kTLS 2025-10-21 23:45:53 +08:00
世界
58df0a747d ktls: Add warning for inappropriate scenarios 2025-10-21 23:45:44 +08:00
世界
c4f8c9e9c6 Add support for kTLS
Reference: https://gitlab.com/go-extension/tls
2025-10-21 23:45:44 +08:00
世界
c98144113c Add proxy support for ICMP echo request 2025-10-21 23:45:37 +08:00
世界
8e4c0f498e Fix resolve using resolved 2025-10-21 23:36:44 +08:00
世界
be77fdc4e7 documentation: Update behavior of local DNS server on darwin 2025-10-21 23:36:44 +08:00
世界
0bc7c1b5e1 Remove use of ldflags -checklinkname=0 on darwin 2025-10-21 23:36:44 +08:00
世界
245a7ca8a3 Fix legacy DNS config 2025-10-21 23:36:43 +08:00
世界
247c5f2871 Fix rule-set format 2025-10-21 23:36:43 +08:00
世界
7ebcbbb1bd documentation: Remove outdated icons 2025-10-21 23:36:43 +08:00
世界
6fb990edcb documentation: Improve local DNS server 2025-10-21 23:36:42 +08:00
世界
94955e9bd7 Stop using DHCP on iOS and tvOS
We do not have the `com.apple.developer.networking.multicast` entitlement and are unable to obtain it for non-technical reasons.
2025-10-21 23:36:42 +08:00
世界
78ca429e37 Improve local DNS server on darwin
We mistakenly believed that `libresolv`'s `search` function worked correctly in NetworkExtension, but it seems only `getaddrinfo` does.

This commit changes the behavior of the `local` DNS server in NetworkExtension to prefer DHCP, falling back to `getaddrinfo` if DHCP servers are unavailable.

It's worth noting that `prefer_go` does not disable DHCP since it respects Dial Fields, but `getaddrinfo` does the opposite. The new behavior only applies to NetworkExtension, not to all scenarios (primarily command-line binaries) as it did previously.

In addition, this commit also improves the DHCP DNS server to use the same robust query logic as `local`.
2025-10-21 23:36:42 +08:00
世界
29f5c1bfe3 Use resolved in local DNS server if available 2025-10-21 23:36:42 +08:00
xchacha20-poly1305
5bf66dd83a Fix rule set version 2025-10-21 23:36:41 +08:00
世界
9aebbcfb7e documentation: Add preferred_by route rule item 2025-10-21 23:36:41 +08:00
世界
e5b8d90b60 Add preferred_by route rule item 2025-10-21 23:36:41 +08:00
世界
fc1a3da23c documentation: Add interface address rule items 2025-10-21 23:36:41 +08:00
世界
370155b383 Add interface address rule items 2025-10-21 23:36:41 +08:00
世界
b756ba25d4 Fix ECH retry support 2025-10-21 23:36:40 +08:00
neletor
5d1a3c4d04 Add support for ech retry configs 2025-10-21 23:36:40 +08:00
Zephyruso
2534a7b531 Add /dns/flush-clash meta api 2025-10-21 23:36:40 +08:00
世界
4626aa2cb0 Bump version v1.12.11 2025-10-21 21:39:28 +08:00
世界
5a40b673a4 Update dependencies 2025-10-21 21:39:28 +08:00
世界
541f63fee4 redirect: Fix compatibility with /product/bin/su 2025-10-21 21:27:15 +08:00
世界
5de6f4a14f Fix tailscale not enforcing NoLogsNoSupport 2025-10-16 22:30:08 +08:00
世界
5658830077 Fix trailing dot handling in local DNS transport 2025-10-16 21:43:12 +08:00
世界
0e50edc009 documentation: Add appreciate for Warp 2025-10-16 21:43:12 +08:00
世界
444f454810 Bump version v1.12.10 2025-10-14 23:43:36 +08:00
世界
d0e1fd6c7e Update Go to 1.25.3 2025-10-14 23:43:36 +08:00
世界
17b4d1e010 Update uTLS to v1.8.1 2025-10-14 23:40:19 +08:00
世界
06791470c9 Fix DNS reject panic 2025-10-14 23:40:19 +08:00
世界
ef14c8ca0e Disable TCP slow open for anytls
Fixes #3459
2025-10-14 23:40:19 +08:00
世界
36dc883c7c Fix DNS negative caching to comply with RFC 2308 2025-10-09 23:45:23 +08:00
Mahdi
6557bd7029 Fix dns cache in lookup 2025-10-09 23:45:23 +08:00
世界
41b30c91d9 Improve HTTPS DNS transport 2025-10-09 23:45:23 +08:00