Stores the IP address of the vm/machine in a redis channel (ipstash), so that it can be used by other services.
Envriorment variables:
REDIS_URL = 'redis://localhost:6379'
IPSTASH_CHANNEL = 'ipstash'
IP_FETCH_URL = 'http://ipinfo.io/ip'
$ ipstash
This project requires Go to be installed. On OS X with Homebrew you can just run brew install go
.
Running it then should be as simple as:
$ make
$ ./bin/ipstash
make test
ipstash is Copyright © 2023 Bit Zesty. It is free software, and may be redistributed under the terms specified in the LICENSE file.
ipstash is maintained by Bit Zesty Limited. The names and logos for Bit Zesty are trademarks of Bit Zesty Limited.
See our other projects or hire us to design, develop, and support your product or service.