This commit is contained in:
Bel LaPointe
2023-04-12 07:45:34 -06:00
parent 36c5577c83
commit 6a3f5f1f32

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