mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-09-23 02:38:34 -04:00
remove debug info
This commit is contained in:
@@ -2,7 +2,6 @@ package server
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"fmt"
|
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
@@ -123,7 +122,6 @@ func (v *UDPNameServer) HandleResponse(payload *buf.Buffer) {
|
|||||||
switch rr := rr.(type) {
|
switch rr := rr.(type) {
|
||||||
case *dns.A:
|
case *dns.A:
|
||||||
record.IPs = append(record.IPs, rr.A)
|
record.IPs = append(record.IPs, rr.A)
|
||||||
fmt.Println("Adding ans:", rr.A)
|
|
||||||
if rr.Hdr.Ttl < ttl {
|
if rr.Hdr.Ttl < ttl {
|
||||||
ttl = rr.Hdr.Ttl
|
ttl = rr.Hdr.Ttl
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user