Skip to content

Commit 7633ad3

Browse files
committed
fix
1 parent 2888523 commit 7633ad3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ import (
66
"log"
77
"math"
88
"math/big"
9-
"math/rand"
109
"net"
1110
"os"
1211
"strconv"
13-
"time"
1412

1513
"github.com/haxii/socks5"
1614
"golang.org/x/sync/errgroup"
@@ -105,7 +103,6 @@ func main() {
105103

106104
// start random proxy if -random set
107105
if *random != 0 {
108-
rand.Seed(time.Now().Unix())
109106
work.Go(func() error {
110107
addrStr := net.JoinHostPort(*listenIP, strconv.Itoa(int(*random)))
111108
l.Printf("Starting random egress proxy %s\n", addrStr)

0 commit comments

Comments
 (0)