-
Notifications
You must be signed in to change notification settings - Fork 188
-6 flag in myip command #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
BE-2399 Support `-6` (ipv6) flag in `myip` command
It may be enough to just try and make a request to If I do |
ipinfo/cmd_myip.go
Outdated
| --token <tok>, -t <tok> | ||
| use <tok> as API token. | ||
| --ipv6, -6 | ||
| use IPv6 address. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| use IPv6 address. | |
| get IPv6 address. |
ipinfo/cmd_myip.go
Outdated
| var fJSON bool | ||
| var fCSV bool | ||
| var fYAML bool | ||
| var fIPv6 bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fV6
|
Will wait for Go SDK one, then @AhmadMujahid2k we need to update this repo to use the new version of that SDK. |
UmanShahzad
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update go.mod and run go mod vendor otherwise this wont work
No description provided.