aboutsummaryrefslogtreecommitdiff
path: root/tools/sendsms/src/config.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-21ref(tools/sendsms): it's been moved to its own repositoryFranck Cuny1-23/+0
https://git.fcuny.net/fcuny/sendsms
2022-09-07feat(tool/sendsms): a CLI to send SMSFranck Cuny1-0/+23
This is a new tool to send SMS via Twilio's API. For now it supports a single subcommand: reboot. Using that subcommand, a SMS will be send with the name of the host and the IP address for the defined network interface. This is useful to be notified when one of my machine reboot, and what's the IP for the main interface (this is useful since my ISP does not provide a static IP). Change-Id: I5886a2c77ebd344ab3befa51a6bdd3d65bcc85d4