We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b51ddd commit ce5e57bCopy full SHA for ce5e57b
1 file changed
pkg/vpn/vpn.go
@@ -437,6 +437,7 @@ func (vpn *DefaultVpn) Status() error {
437
return errors.NewNetworkError("get network details", err)
438
}
439
440
+ output.PrintMsg(fmt.Sprintf(" IP Address: %s", network.Ip), output.MsgOutput)
441
output.PrintMsg(fmt.Sprintf(" Country: %s", network.Geo.Country), output.MsgOutput)
442
output.PrintMsg(fmt.Sprintf(" City: %s", network.Geo.City), output.MsgOutput)
443
0 commit comments