1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-10 15:55:32 -04:00

v5: Remove v2ctl & wv2ray (rebased from 7c1ab06206)

This commit is contained in:
Jebbs
2020-12-04 22:32:55 +08:00
committed by Shelikhoo
parent 557b0c3353
commit b05a469488
139 changed files with 100 additions and 773 deletions

View File

@@ -1,6 +1,3 @@
//go:build !confonly
// +build !confonly
package dns
import (
@@ -214,7 +211,7 @@ L:
case dnsmessage.TypeAAAA:
ans, err := parser.AAAAResource()
if err != nil {
newError("failed to parse AAAA record for domain: ", ah.Name).Base(err).WriteToLog()
newError("failed to parse A record for domain: ", ah.Name).Base(err).WriteToLog()
break L
}
ipRecord.IP = append(ipRecord.IP, net.IPAddress(ans.AAAA[:]))