mirror of https://github.com/mpolden/echoip
Fix template
This commit is contained in:
parent
7fbc2e1b9f
commit
4ce6452332
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue