1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 06:46:14 -04:00
v2fly/app/dns
Darien Raymond 9957c64b4a
correctly propagate dns errors all the way through.
the internal dns system can correctly handle the cases where:
1) domain has no A or AAAA records
2) domain doesn't exist
fixes #1565
2019-02-21 13:43:48 +01:00
..
config.pb.go support domain to domain mapping in static host 2019-01-30 21:04:29 +01:00
config.proto support domain to domain mapping in static host 2019-01-30 21:04:29 +01:00
dns.go use new errorgen 2018-09-30 23:08:41 +02:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
hosts_test.go fix usability for both IPv4 and v6 in static dns mapping 2019-02-21 00:03:31 +01:00
hosts.go fix usability for both IPv4 and v6 in static dns mapping 2019-02-21 00:03:31 +01:00
nameserver_test.go support querying either IPv4 or IPv6 dns 2018-11-19 20:42:02 +01:00
nameserver.go optimize v2ctl size 2019-02-01 20:08:21 +01:00
server_test.go correctly propagate dns errors all the way through. 2019-02-21 13:43:48 +01:00
server.go correctly propagate dns errors all the way through. 2019-02-21 13:43:48 +01:00
udpns.go correctly propagate dns errors all the way through. 2019-02-21 13:43:48 +01:00