Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Jun 22, 2024
1 parent 796e1c8 commit 1b6dc61
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ This is a simple app that you can use to check your external IP address. Hosted

Usage:

IPv4:

```sh
curl -4 sre.monster
```

IPv6:

```sh
curl sre.monster
curl -6 sre.monster
```

## Install
Expand Down

0 comments on commit 1b6dc61

Please sign in to comment.