I have a remote server behind double-NAT that I would like to reboot occasionally if it becomes unreachable. Is there a clever way to post a reboot request to a message queue on a public VPS, have the remote server poll for it, reboot when requested, and post a response afterwards?
I can hack something together with SSH and a static file, but what are some other options?
I can hack something together with SSH and a static file, but what are some other options?