master
Bel LaPointe 2023-04-12 07:45:34 -06:00
parent 36c5577c83
commit 6a3f5f1f32
1 changed files with 2 additions and 0 deletions

View File

@ -9,11 +9,13 @@ import (
"log"
"math/rand"
"net/http"
"time"
"golang.org/x/time/rate"
)
func main() {
rand.Seed(time.Now().UnixNano())
var port int
var conf string
var proxy bool