Commit Graph

52 Commits

Author SHA1 Message Date
世界
f419d0ce5e Fix timeout check 2025-09-10 22:42:40 +08:00
世界
bce6af069f Treat requests with OPT extra but no options as simple requests 2025-09-08 09:12:30 +08:00
世界
979b6df8d2 Fix DNS packet size 2025-09-08 09:12:30 +08:00
世界
45387f3231 Fix DNS client 2025-09-08 09:12:30 +08:00
世界
38c5d92a0c Fix DNS cache 2025-09-08 09:12:30 +08:00
世界
5a401ea2bf Improve DHCP DNS server 2025-09-02 17:55:26 +08:00
世界
3b96bed864 Fix local DNS server on legacy windows 2025-09-02 17:55:26 +08:00
世界
831e92816e Fix failed DNS responses being incorrectly rejected 2025-08-19 11:14:46 +08:00
世界
8d5f1ad310 Update golangci-lint to v2 2025-08-13 23:37:40 +08:00
Youfu Zhang
00dbe21d73 Fix libresolv initialization
Fixes: 76f7c003ca ("Update libresolv usage")

Signed-off-by: Youfu Zhang <zhangyoufu@gmail.com>
2025-08-10 20:06:28 +08:00
世界
b64231debe Fix UDP DNS buffer size 2025-07-18 12:20:33 +08:00
世界
c9064a4d34 Fix DNS reject check 2025-07-08 13:14:46 +08:00
世界
427804fe30 Fixed DoH server recover from conn freezes 2025-07-08 13:14:45 +08:00
世界
76f7c003ca Update libresolv usage 2025-07-08 13:14:45 +08:00
世界
8dd9c55c1e Fix dns.client_subnet ignored 2025-07-08 13:14:43 +08:00
世界
ca912aa72f Add resolved service and DNS server 2025-07-08 13:14:41 +08:00
世界
6a244312ed Fix set edns0 client subnet 2025-07-08 13:14:38 +08:00
世界
7f583a3508 Handle EDNS version downgrade 2025-07-08 13:12:35 +08:00
安容
3ee134a6ec Report invalid DNS address early 2025-07-08 13:12:34 +08:00
世界
a296b1da3f Fix DNS lookup 2025-07-08 13:12:33 +08:00
caelansar
80d3e7dd99 Fix callback deletion in UDP transport 2025-07-08 13:12:32 +08:00
世界
4f83e98736 Improve local DNS server 2025-07-08 13:12:32 +08:00
iikira
39ef5ddde0 Fix UDP DNS server crash
Signed-off-by: iikira <i2@mail.iikira.com>
2025-07-08 13:12:31 +08:00
dyhkwong
8fb559781c Fix DNS over QUIC stream close 2025-07-08 13:12:30 +08:00
世界
35242d198b Fail when default DNS server not found 2025-07-08 13:12:28 +08:00
世界
96f078e252 Explicitly reject detour to empty direct outbounds 2025-07-08 13:12:28 +08:00
世界
076ed3c69a Add wildcard name support for predefined records 2025-07-08 13:12:27 +08:00
世界
e41fdfe58a option: Fix marshal legacy DNS options 2025-07-08 13:12:26 +08:00
世界
db26a9cc5f Fix DNS lookup context pollution 2025-07-08 13:12:25 +08:00
世界
cb56bdbfef Fix http3 DNS server connecting to wrong address 2025-07-08 13:12:25 +08:00
k9982874
fe2239266a Fix hosts DNS server 2025-07-08 13:12:24 +08:00
世界
f11a17ebd1 Fix UDP DNS server crash 2025-07-08 13:12:24 +08:00
世界
6cae3e54d1 Move predefined DNS server to rule action 2025-07-08 13:12:23 +08:00
世界
854ce0d574 Fix DNS fallback 2025-07-08 13:12:21 +08:00
世界
092c2919d8 documentation: Fix missing hosts DNS server 2025-07-08 13:12:20 +08:00
世界
2a623c4b2f Add fallback local DNS server for iOS 2025-07-08 13:12:18 +08:00
世界
1345ed2ff2 Get darwin local DNS server from libresolv 2025-07-08 13:12:18 +08:00
世界
71322d2b4c Add Tailscale endpoint 2025-07-08 13:12:16 +08:00
世界
2afbe96ea0 refactor: Outbound domain resolver 2025-07-08 13:12:14 +08:00
世界
f75ade1991 refactor: DNS 2025-07-08 13:12:14 +08:00
世界
3d16df288c Migrate components to library 2022-07-11 18:44:59 +08:00
世界
f548511d7e Make dns.strategy take effect in dns exchange 2022-07-11 13:21:17 +08:00
世界
730599470e Remove ToString0[T] usage to fix golangci-lint 2022-07-10 22:00:28 +08:00
世界
70901c0946 Minor fixes 2022-07-10 16:19:42 +08:00
世界
ddfae8cd07 Add hijack_dns for tun 2022-07-10 10:14:45 +08:00
世界
2cc746aafe Update gci format 2022-07-08 23:03:57 +08:00
世界
0cc16a7836 Add dial parallel for outbound dialer 2022-07-08 13:08:29 +08:00
世界
b91ed698cd Add resolver for inbound 2022-07-07 23:45:05 +08:00
世界
f65f3f1ba0 Add resolver for outbound dialer 2022-07-07 21:47:21 +08:00
世界
d921797e3c Add disableCache/disableExpire option for dns client 2022-07-06 23:43:20 +08:00