mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 10:26:03 +00:00
6 lines
117 B
Go
6 lines
117 B
Go
package limiter
|
|
|
|
// DefaultIP is used when the real client IP cannot be determined.
|
|
const (
|
|
DefaultIP = "0.0.0.0"
|
|
)
|