Skip to content

Commit a11866a

Browse files
committed
fixup!
1 parent 6563cd7 commit a11866a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/record.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ func (rc *RecordConfig) ToRR() dns.RR {
392392
case dns.TypeA:
393393
addr := rc.GetTargetIP()
394394
s := addr.AsSlice()
395-
//rr.(*dns.A).A = net.IP(s)
396395
rr.(*dns.A).A = s[0:4]
397396
case dns.TypeAAAA:
398397
addr := rc.GetTargetIP()

0 commit comments

Comments
 (0)