Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iknowjason authored Feb 8, 2023
1 parent 3934817 commit 50f2791
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,20 @@ Usage of edge:
```

# Examples
* **```$ edge -single <ip_address>```**
Look up a single IP address
```
edge -single <ip_address>
```

**Description:** Perform a prefix lookup of a single IP address supplied with ```<ip_addr>``` against the cloud provider's JSON files.
**Sample Output:**
```
edge -single 140.179.144.130
[INF] Single IP prefix lookup of 140.179.144.130
[INF] Matched IP [140.179.144.130] to Cloud Provider via prefix [AWS:140.179.144.128/25]
[INF] Matched IP [140.179.144.130] to Cloud Service [API_GATEWAY] and Region [cn-north-1]
140.179.144.130,Provider:AWS;Prefix:140.179.144.128/25;Region:cn-north-1;Service:API_GATEWAY
```

* **```$ edge -single <ip_address> -silent```**

Expand Down

0 comments on commit 50f2791

Please sign in to comment.