about summary refs log tree commit diff
path: root/tools/sendsms/src/config.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(tools/sendsms): it's been moved to its own repositoryFranck Cuny2022-11-211-23/+0
| | | | https://git.fcuny.net/fcuny/sendsms
* feat(tool/sendsms): a CLI to send SMSFranck Cuny2022-09-071-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