skywire icon indicating copy to clipboard operation
skywire copied to clipboard

`skywire-cli visor ip` subcommand

Open 0pcom opened this issue 3 years ago • 1 comments

you are using the vpn and you want to check from command line what your IP address is.

We should have this as a flag in skywire-cli.

skywire-cli visor ip --lan

this should return the LAN ip address of the running visor.

skywire-cli visor ip --inet 

this should return the public / internet ip address of the running visor.

We can query ip.skycoin.com for the internet / public ip address (?)

0pcom avatar Jan 27 '22 12:01 0pcom

@0pcom we already have the public IP in most cases from the NAT check. So should be simple enough to return it here via CLI.

jdknives avatar Jan 28 '22 16:01 jdknives

added in #1475

0pcom avatar Jun 06 '23 12:06 0pcom