Answers for "create public ipv6 address in bash"

0

get public ipv6 linux

curl -s ipv6.icanhazip.com | xargs echo -n
Posted by: Guest on August-20-2021
1

bash get public ip

dig +short myip.opendns.com @resolver1.opendns.com
Posted by: Guest on April-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language