Fix template

This commit is contained in:
Martin Polden 2019-07-05 16:17:34 +02:00 committed by GitHub
parent 7fbc2e1b9f
commit 4ce6452332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ $ http {{ .Host }}/city
{{ if .ASN }}
<h2>ASN lookup</h2>
<pre>
$ http ip.alphakilo.eu/asn
$ http {{ .Host }}/asn
{{ .ASN }}
{{ if .ASNOrg }}</pre>
<p>Looks like you're with {{ .ASNOrg }}</p>