mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-30 13:30:16 +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"
|
|
)
|