added getRealIP
All checks were successful
Docker Release Build / push_to_registry (push) Successful in 1m1s

This commit is contained in:
Florian Walther
2026-02-08 22:26:02 +01:00
parent 75be4d3015
commit 2c09ab8f87

View File

@@ -2,6 +2,7 @@ package main
import ( import (
"os" "os"
"net"
"strconv" "strconv"
"strings" "strings"
"sync" "sync"