improve: not block ip when ip changed

This commit is contained in:
naiba
2025-10-10 09:53:15 +08:00
parent 245103615f
commit 9d1ee6f543
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ import (
const (
CtxKeyAuthorizedUser = "ckau"
CtxKeyRealIPStr = "ckri"
CtxKeyIsIPMismatch = "ckipm"
)
const (