An open API service indexing awesome lists of open source software.

https://github.com/owez/myip

Simple ip address fetching, designed for scripts
https://github.com/owez/myip

ip rust unix utility

Last synced: about 1 month ago
JSON representation

Simple ip address fetching, designed for scripts

Awesome Lists containing this project

README

          

# myip

Simple ip address fetching, designed for scripts

- **[Landing Page](https://myip.ogriffiths.com)**

## Under-the-hood

This program uses Rust for the user-installed binary which hooks to curl based locally on a user's computer. The server it connects to is found in the `server/` directory which is constantly online.

## Options

```none
Usage: myip [OPTIONS]

Simple ip address fetching, designed for scripts

Options:
--help, -h Shows this message
--verbose, -v Enables verbose mode for errors
```