-
Notifications
You must be signed in to change notification settings - Fork 0
GeoIP Lookup
David edited this page Dec 10, 2017
·
1 revision
Author: Davnit / Pyro
Description: Looks up geographic information associated with a IP address or host name.
Commands:
- /geoip <host>
- Returns the information associated with <host>
- Host can be an IP address or DNS host name (such as google.com).
- Example:
- /geoip google.com
- /geoip 199.108.55.59
Notes:
- The script uses a free public API. It may have usage limits and the information is not verified to be accurate.