{{template "base" .}} {{define "content"}}
Allowlist
IPs and ranges exempt from CrowdSec decisions
{{if .FetchErr}}
Allowlist unavailable
{{.FetchErr}}
{{else}}
Add IPs to Allowlist
{{if .Lists}} {{range .Lists}} {{end}}
If the list does not exist it will be created automatically.
Create New List
{{if .Lists}} {{range .Lists}}
{{.Name}} {{if .Description}}{{.Description}}{{end}}
{{if .Items}} {{$listName := .Name}} {{range .Items}} {{end}}
Value Comment Expiry Action
{{.Value}} {{.Comment}} {{if .Expiry}}{{.Expiry}}{{else}}permanent{{end}}
{{else}}
No entries in {{.Name}}
{{end}}
{{end}} {{else}}
No allowlists found
Use "Create New List" above, or type a list name in the Add form — it will be created automatically.
{{end}} {{end}}
{{end}} {{define "scripts"}}{{end}}