mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-16 22:13:33 +02:00
@ -80,7 +80,8 @@ $ http ifconfig.co/json
|
||||
"city": "{{ .City }}",{{ end }}{{ if .IsLookupCountryEnabled }}
|
||||
"country": "{{ .Country }}",{{ end }}{{ if .IsLookupAddrEnabled }}
|
||||
"hostname": "{{ .Hostname }}",{{ end }}
|
||||
"ip": "{{ .IP }}"
|
||||
"ip": "{{ .IP }}",
|
||||
"ip_decimal": {{ .IPDecimal }}
|
||||
}
|
||||
|
||||
# or set Accept header:
|
||||
|
Reference in New Issue
Block a user