{{define "content"}}
/@/*) count toward IP blocking.
API endpoint failures (like /nic/update) are logged but do NOT trigger automatic IP blocks.
| Timestamp | IP Address | Username | Password Attempted | Path | User Agent |
|---|---|---|---|---|---|
| {{$auth.Timestamp.Format "01/02/2006 15:04:05"}} | {{$auth.IPAddress}} |
{{if $auth.Username}}{{$auth.Username}}{{else}}no credentials{{end}} |
{{if $auth.Password}}
{{$auth.Password}}
|
{{$auth.Path}}
{{if hasPrefix $auth.Path "/@/"}}
Admin
{{else}}
API
{{end}}
|
{{if $auth.UserAgent}}
{{$ua := $auth.UserAgent}}
{{if gt (len $ua) 10}}
{{$ua}}
|
There are no recorded failed authentication attempts. Excellent!