Get the WAN && LAN IP address in golang
提供服务,使用者可以获取自己的外网IP或局域网IP
./build.sh
开启whatsmyip服务器
./whatsmyip --port=3000
获取自己IP
curl http://ip:3000
ip为whatsmyip所在服务器的外网IP或局域网IP。
相应的,返回自己的外网IP或局域网IP
docker pull fananchong/whatsmyip
docker run -d --restart=always -p 3000:3000 fananchong/whatsmyip
cd docker-swarm
./install.sh