4 ms·
It gets your latitude/longitude from an IP lookup service, then does a geometric calculation locally
by zero_shift 2y ago
It gets your latitude/longitude from an IP lookup service, then does a geometric calculation locally
- jmholla 2y agoIs there a configuration file or command line option to provide location information manually?
- zero_shift 2y agoYes, you can use `--loc="12.34,56.78"` where the values are longitude and latitude. You can also override the Timezone with `--timezone` (passing an IANA timezone e.g. America/New_York).