Update README.md

This commit is contained in:
2021-11-16 12:01:41 -06:00
committed by GitHub
parent dc92c2df0a
commit 842c93a6f3

View File

@@ -10,13 +10,19 @@ Allows flag -p to replace the properties output
## Usage
> **Default (Country Name)**
>
> lookupip.exe -ip 8.8.8.8
>
> **Output:**
>
> United States
> **Custom return (Country Name and ISP)**
>
> lookupip.exe -ip 8.8.8.8 -p country,isp
>
> **Output:**
>
> United States,Google LLC
## Custom Properties