Skip to content

Commit

Permalink
edit readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
destan0098 committed Sep 25, 2023
1 parent c6f4c33 commit 6b5d856
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,28 @@ go install github.com/destan0098/ipshow@latest

show Just IP
```
cat iplist.txt | ipshow -ip
echo google.com| ipshow -ip
cat iplist.txt | ipshow -ip
or
echo google.com| ipshow -ip
or
ipshow -ipd -d google.com
```
show Domain and IP
```
cat iplist.txt | ipshow -ip -pipe
cat iplist.txt | ipshow -ipd -pipe
or
echo google.com| ipshow -ip -pipe
echo google.com| ipshow -ipd -pipe
or
ipshow -ip -d google.com
ipshow -ipd -d google.com
```
show Domain and IP info
```
cat iplist.txt | ipshow -ipin -pipe
or
echo google.com| ipshow -ipin -pipe
or
ipshow -ipin -d google.com
```


---

Expand Down

0 comments on commit 6b5d856

Please sign in to comment.