added credit

This commit is contained in:
Ethan Knowlton 2023-09-22 21:29:46 -04:00
parent 79e3d6a9be
commit ec76504d45
1 changed files with 4 additions and 3 deletions

View File

@ -168,12 +168,13 @@
</tr> </tr>
{{ end }} {{ end }} {{ end }} {{ end }}
</table> </table>
{{ if .Country }} {{ if .Service == "geoip" }} {{ if .Country }} {{ if .UsingGeoIP }}
<p> <p>
This information is provided from the GeoLite2 database created by This information is provided from the GeoLite2 database created by
MaxMind, available from MaxMind, available from
<a href="https://www.maxmind.com">www.maxmind.com</a> </p> <a href="https://www.maxmind.com">www.maxmind.com</a>
{{ end}} {{ if .Service == "ipstack" }} </p>
{{ end}} {{ if .UsingIPStack }}
<p> <p>
This information is provided from This information is provided from
<a href="https://www.ipstack.com">www.ipstack.com</a> <a href="https://www.ipstack.com">www.ipstack.com</a>