We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65ca36 commit 4fe5b09Copy full SHA for 4fe5b09
providers/ipinfo/README.md
@@ -4,3 +4,9 @@ This provider makes public IP address information accessible from ipinfo.io.
4
5
It provides a connector for querying IP information via the ipinfo.io API.
6
7
+Examples:
8
+ cnquery shell ipinfo
9
+ cnquery run -c "ipinfo(ip('8.8.8.8')){*}"
10
+ cnquery run -c "ipinfo(){*}" # Query your public IP"
11
+ cnquery run -c "network.interfaces.map(ips.map(_.ip)).flat.map(ipinfo(_){*})"
12
+
0 commit comments