世界
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
世界
84bbdc2eba
Revert "Pin gofumpt and golangci-lint versions"
...
This reverts commit d9d7f7880d .
2026-01-02 19:14:13 +08:00
世界
cb89991fe1
Revert "Pin gofumpt and golangci-lint versions"
...
This reverts commit 6775c029df .
2026-01-02 19:14:13 +08:00
世界
d9d7f7880d
Pin gofumpt and golangci-lint versions
...
As we don't want to remove naked returns
2025-09-23 16:33:42 +08:00
世界
6775c029df
Pin gofumpt and golangci-lint versions
...
As we don't want to remove naked returns
2025-09-23 16:33:42 +08:00
世界
146383499e
Fix race codes
2025-09-12 21:58:48 +08:00
世界
8df94f091f
Fix race codes
2025-09-12 21:58:48 +08:00
世界
378e39f70c
Update golangci-lint to v2
2025-08-13 23:37:40 +08:00
世界
8d5f1ad310
Update golangci-lint to v2
2025-08-13 23:37:40 +08:00
世界
7e190e92ca
Fix build with Go 1.25
2025-08-13 22:08:35 +08:00
世界
f8e13d566e
Fix build with Go 1.25
2025-08-13 22:08:35 +08:00
世界
6cfa2b8b86
Improve darwin tun performance
2025-07-08 13:14:46 +08:00
世界
b2dd53e1b8
Improve darwin tun performance
2025-07-08 13:14:46 +08:00
世界
da3ba573d8
release: Add IPA build
2025-07-08 13:14:45 +08:00
世界
a0a21b1266
release: Add IPA build
2025-07-08 13:14:45 +08:00
世界
3934e53476
Minor fixes
2025-07-08 13:14:42 +08:00
世界
40e1e2c3c8
Minor fixes
2025-07-08 13:14:42 +08:00
世界
dbdcce20a8
Update utls to v1.7.2
2025-07-08 13:12:35 +08:00
世界
96e5697d23
Update utls to v1.7.2
2025-07-08 13:12:35 +08:00
世界
42eb3841a1
Update gVisor to 20250319.0
2025-07-08 13:12:28 +08:00
世界
2ea485bbe0
Update gVisor to 20250319.0
2025-07-08 13:12:28 +08:00
世界
7743c6e881
Migrate to stdlib ECH support
2025-07-08 13:12:19 +08:00
世界
26c2b696a9
Migrate to stdlib ECH support
2025-07-08 13:12:19 +08:00
世界
6f793a0273
Add Tailscale endpoint
2025-07-08 13:12:16 +08:00
世界
71322d2b4c
Add Tailscale endpoint
2025-07-08 13:12:16 +08:00
世界
17576e9f66
Add certificate store
2025-07-08 13:12:14 +08:00
世界
a5db391fcf
Add certificate store
2025-07-08 13:12:14 +08:00
世界
4dbbf59c82
Fix logger for acme
2025-06-29 18:44:40 +08:00
世界
cff837bc7b
Fix logger for acme
2025-06-29 18:44:40 +08:00
纳西妲 · Nahida
023218e6e7
Fix build will fail when use space to split each tag
2025-04-12 13:06:16 +08:00
纳西妲 · Nahida
e8c1e4802b
Fix build will fail when use space to split each tag
2025-04-12 13:06:16 +08:00
世界
50b8f3ab94
Add rule-set merge command
2025-01-13 15:14:30 +08:00
世界
f9b2336887
Add rule-set merge command
2025-01-13 15:14:30 +08:00
世界
52f3a4226c
release: Add app store connect actions
2024-12-14 20:18:36 +08:00
世界
d5d797ace1
release: Add app store connect actions
2024-12-14 20:18:36 +08:00
世界
dd9de694f8
release: Update macOS project version atomically
2024-12-14 20:18:36 +08:00
世界
2168c5e5a8
release: Update macOS project version atomically
2024-12-14 20:18:36 +08:00
世界
f0b6818b4c
Add workaround for golang/go#68760
2024-12-10 10:30:42 +08:00
世界
a11949b743
Add workaround for golang/go#68760
2024-12-10 10:30:42 +08:00
世界
558585b01d
release: Set upload threads to 5
2024-12-03 17:36:19 +08:00
世界
8dfa69971b
release: Set upload threads to 5
2024-12-03 17:36:19 +08:00
世界
7f168c5ec6
release: Clean before iOS build
2024-11-27 10:35:20 +08:00
世界
15a833d125
release: Clean before iOS build
2024-11-27 10:35:20 +08:00
世界
122be275b0
release: Notarize macos standalone manually with --no-s3-acceleration
2024-11-18 14:07:00 +08:00
世界
a64696d3f5
release: Notarize macos standalone manually with --no-s3-acceleration
2024-11-18 14:07:00 +08:00
世界
9585c53e9f
release: Add upload dSYMs
2024-10-30 15:35:20 +08:00
世界
c0e9171d61
release: Add upload dSYMs
2024-10-30 15:35:20 +08:00
世界
d44e7d9834
Drop support for go1.18 and go1.19
2024-10-07 04:58:48 +08:00
世界
92ea482404
Drop support for go1.18 and go1.19
2024-10-07 04:58:48 +08:00
世界
63cc6cc76c
Fix Makefile
2024-10-07 04:34:48 +08:00