A personal tool to gather ip information using ipinfo.io written in rustâ„¢
To use the ipinfo.io access token create/edit ripinfo_config.json
located at
```sh
```
with the following content:
json
{
"use_token": true,
"token": "<YOUT_ACCESS_TOKEN>"
}