Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macvk/myip
Detect your IP addresses
https://github.com/macvk/myip
Last synced: 3 months ago
JSON representation
Detect your IP addresses
- Host: GitHub
- URL: https://github.com/macvk/myip
- Owner: macvk
- License: mit
- Created: 2021-05-10T05:40:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T19:07:00.000Z (over 1 year ago)
- Last Synced: 2024-02-14T21:49:50.332Z (11 months ago)
- Language: Shell
- Homepage: https://bash.ws/my-ip
- Size: 7.81 KB
- Stars: 18
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My IP
The script shows your external IPv4 and/or IPv6## How to install & use Bash Version
1. Download myip.sh
```
curl https://raw.githubusercontent.com/macvk/myip/master/myip.sh -o myip.sh
``````
chmod +x myip.sh
```2. Run myip.sh
```
./myip.sh
```