世界
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
世界
3180efe42c
release: Improve publish testflight
2025-10-01 10:22:44 +08:00
世界
8d5f1ad310
Update golangci-lint to v2
2025-08-13 23:37:40 +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
世界
a05d94c929
Bump version
2025-08-04 08:54:00 +08:00
世界
d64f844eb2
Improve darwin tun performance
2025-07-18 21:23:04 +08:00
世界
5066bd2114
release: Fix publish testflight
2025-07-08 13:14:46 +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
世界
40e1e2c3c8
Minor fixes
2025-07-08 13:14:42 +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
xchacha20-poly1305
17a60406fc
Remove single quotes of raw Moziila certs
2025-07-08 13:12:17 +08:00
世界
71322d2b4c
Add Tailscale endpoint
2025-07-08 13:12:16 +08:00
世界
a5db391fcf
Add certificate store
2025-07-08 13:12:14 +08:00
世界
89f1bd0ed6
release: Fix read tag
2025-03-27 20:30:57 +08:00
世界
e7b86e990b
release: Fix workflow
2025-03-27 18:17:39 +08:00
世界
3802f283a1
release: Fix update android version
2025-02-23 08:35:30 +08:00
世界
50fd1537df
Override version
2025-02-11 15:55:15 +08:00
世界
50ac369cf5
platform: Update NDK to r28
2025-02-11 01:32:14 +08:00
世界
602180e5fd
release: Skip testflight when another build in review
2025-02-06 12:02:47 +08:00
世界
ec18305131
release: Update NDK to r28-beta3
2025-01-27 10:53:14 +08:00
世界
1d501df44a
release: Fix create app store version
2024-12-21 17:20:56 +08:00
世界
3d995cee1e
release: Add publish testflight
2024-12-17 13:43:17 +08:00
世界
d824b4d0c0
release: Fix publish testflight
2024-12-15 02:57:08 +08:00
世界
4242bb39a3
release: Fix UpdateBuildForAppStoreVersion
2024-12-14 20:18:36 +08:00
世界
d5d797ace1
release: Add app store connect actions
2024-12-14 20:18:36 +08:00
世界
5c6d38308a
release: Fix check prerelease
2024-12-14 20:18:36 +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
世界
3e1ffd87f7
Update NDK to r28-rc1
2024-12-09 15:11:38 +08:00
世界
f978632b0a
Downgrade NDK to 26.2.11394342
2024-11-18 13:10:06 +08:00
世界
74745c7995
Downgrade NDK to r26d
2024-11-07 19:58:53 +08:00
世界
5ec09c7eb5
Update NDK version
2024-10-30 14:01:13 +08:00
世界
c1cb25bcb1
build: Fix find NDK
2024-10-13 13:07:18 +08:00
世界
ad260da271
WTF is this
2024-10-13 13:07:01 +08:00
世界
8a644139bb
Fix version script
2024-09-20 21:10:15 +08:00
世界
5cf477af6f
platform: Update bundle id
2024-09-12 17:55:53 +08:00
世界
e6017d0699
platform: Upgrade NDK to the latest LTS version
2024-02-28 15:10:28 +08:00
世界
6eed5c6c82
Fix reproducible builds
2024-02-24 23:19:31 +08:00
世界
d689f35902
platform: Unify client versions
2024-02-24 13:20:27 +08:00
Devman
e64bc1ea54
Fix mobile build on windows
...
gobind executable name is not exactly `gobind` on windows it's `gobind.exe`
Signed-off-by: Devman <85770917+amir-devman@users.noreply.github.com >
2024-02-01 12:07:39 +08:00
世界
c809d20c07
Update gomobile and add tag
2024-01-03 12:21:46 +08:00
世界
835aeba26d
build: Fix bad environment key
2023-11-16 01:42:24 +08:00