1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-07 00:20:42 +00:00
v2fly/app/dns
秋のかえで f84a401704
Feat: DNS transport over TCP (#983)
* feat: DNS over TCP

* fix: DNS over TCP misbehaving

* fix: add a blank line after +build tag

* style: rename NewTCPLNameServer to NewTCPLocalNameServer

* style: add some comments

* style: format

Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>
2021-06-04 20:09:06 +01:00
..
fakedns Fix: multi FakeDNS Close method (#956) 2021-05-01 22:20:33 +08:00
config.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
config.pb.go Fix: DNS hosts proxied domain priority (#886) 2021-04-11 11:52:12 +08:00
config.proto Fix: DNS hosts proxied domain priority (#886) 2021-04-11 11:52:12 +08:00
dns_test.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
dns.go Fix: DNS hosts proxied domain priority (#886) 2021-04-11 11:52:12 +08:00
dnscommon_test.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
dnscommon.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
errors.generated.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
hosts_test.go Fix: DNS hosts proxied domain priority (#886) 2021-04-11 11:52:12 +08:00
hosts.go Fix: DNS hosts proxied domain priority (#886) 2021-04-11 11:52:12 +08:00
nameserver_doh_test.go Fix: DNS tests timeout due to network instability (#805) 2021-03-20 19:27:09 +08:00
nameserver_doh.go fix misbehaving code crash and create bug on transport level front proxy 2021-03-06 13:53:25 +00:00
nameserver_fakedns.go Fix: fakedns return ErrEmptyResponse without result (#926) 2021-04-22 08:12:05 +08:00
nameserver_local_test.go Fix: DNS tests timeout due to network instability (#805) 2021-03-20 19:27:09 +08:00
nameserver_local.go Feat: add queryStrategy option for DNS (#794) 2021-03-19 15:55:18 +08:00
nameserver_quic_test.go Fix: DNS tests timeout due to network instability (#805) 2021-03-20 19:27:09 +08:00
nameserver_quic.go fix: make sure the ctx is propagated to connections by detached connection for udp dns 2021-04-28 16:44:01 +01:00
nameserver_tcp_test.go Feat: DNS transport over TCP (#983) 2021-06-04 20:09:06 +01:00
nameserver_tcp.go Feat: DNS transport over TCP (#983) 2021-06-04 20:09:06 +01:00
nameserver_udp.go Chore: format code by new customized goimports (#950) 2021-05-01 11:15:39 +08:00
nameserver.go Feat: DNS transport over TCP (#983) 2021-06-04 20:09:06 +01:00