Commit Graph

37 Commits

Author SHA1 Message Date
世界
9b7dc7f877 Revert "Stop using DHCP on iOS and tvOS" 2026-01-17 05:47:32 +08:00
世界
50732226c4 Update tfo-go to latest 2026-01-17 05:46:21 +08:00
世界
bc86dcec9b Do not use linkname by default to simplify debugging 2026-01-17 05:46:14 +08:00
世界
47392e55a2 Add support for kTLS
Reference: https://gitlab.com/go-extension/tls
2026-01-17 05:44:42 +08:00
世界
0d7f40e60d Remove use of ldflags -checklinkname=0 on darwin 2026-01-17 05:44:29 +08:00
世界
958799e85e 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.
2026-01-17 05:44:28 +08:00
世界
ce778e569b 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`.
2026-01-17 05:44:28 +08:00
世界
e65b4b05ec release: Fix android build 2025-08-11 22:11:14 +08:00
世界
5b5ee6ed5b android: Add workaround for tailscale pidfd crash 2025-08-07 12:54:19 +08:00
世界
b2dd53e1b8 Improve darwin tun performance 2025-07-08 13:14:46 +08:00
世界
a0a21b1266 release: Add IPA build 2025-07-08 13:14:45 +08:00
愚者
3be37ed5b9 release: Fix build tags for android
Signed-off-by: 愚者 <11926619+FansChou@users.noreply.github.com>
2025-07-08 13:14:40 +08:00
世界
26c2b696a9 Migrate to stdlib ECH support 2025-07-08 13:12:19 +08:00
世界
71322d2b4c Add Tailscale endpoint 2025-07-08 13:12:16 +08:00
世界
2168c5e5a8 release: Update macOS project version atomically 2024-12-14 20:18:36 +08:00
世界
0c08ed087c release: Update debug iOS library build 2024-12-12 14:51:47 +08:00
世界
a11949b743 Add workaround for golang/go#68760 2024-12-10 10:30:42 +08:00
世界
ec66c58bd4 release: Add workflow build 2024-12-10 09:25:11 +08:00
世界
ad260da271 WTF is this 2024-10-13 13:07:01 +08:00
世界
6eed5c6c82 Fix reproducible builds 2024-02-24 23:19:31 +08:00
世界
c809d20c07 Update gomobile and add tag 2024-01-03 12:21:46 +08:00
世界
1e53ed245d Enable with_ech by default 2023-09-12 13:26:19 +08:00
世界
145a540872 platform: Add support for tvOS 2023-07-29 21:01:43 +08:00
世界
2c31aec4d7 platform: Add group interface 2023-07-02 18:46:41 +08:00
世界
05331b2409 platform: Improve local DNS transport 2023-06-18 10:00:32 +08:00
世界
0ff98ebe1a Build with_dhcp by default 2023-06-14 09:14:45 +08:00
世界
659933c742 Reimplemented shadowsocks client 2023-06-07 20:57:07 +08:00
世界
37cfd2d9d0 ios: Add with_quic tag in build 2023-03-16 11:28:54 +08:00
世界
560407495b platform: Add low memory interface 2023-03-16 00:36:04 +08:00
世界
8662ffcf07 Generate version during compilation 2023-03-09 23:24:05 +08:00
世界
8a6490afad Add reload platform command 2023-03-03 21:59:54 +08:00
世界
8f10ac8b00 Add ios memory limit 2023-03-02 15:04:59 +08:00
世界
a78736b2a1 Improve server error handling 2023-03-02 00:18:35 +08:00
世界
55759d9135 Refactor platform command api 2023-03-01 19:09:21 +08:00
世界
a338f3a5ba Update TUN creation 2023-02-26 20:55:15 +08:00
世界
8f13166475 Fix platform wrapper 2023-02-24 13:00:49 +08:00
世界
644153d61f Add libbox wrapper 2023-02-20 11:07:49 +08:00