little changes

This commit is contained in:
MDK
2023-06-26 16:12:05 +08:00
parent 1a81d29eae
commit 0671552aad

View File

@@ -2,11 +2,11 @@ package main
import (
"fmt"
"math/rand"
"net"
"strconv"
"strings"
"time"
"math/rand"
"github.com/miekg/dns"
)