Basically, you create encrypted notes that are readable by the people you shared the link with only if you do not respond to an automatic email. Simple, yet efficient.
For a while my Amazon Alexa gadget was hitting three domains several times an hour, example.com/net/org. I looked with tcpdump and verified it was following every lookup with an HTTP get.
I only left the Alexa on for a week while I was recovering from eye surgery, but it made those the top three most frequently queried domains for that whole month on my pi-hole charts.
Presumably it was some connectivity test, but all three of those domains were hosted at the same IP at the time. Which would defeat the point of using three domains, if the goal was to reduce the possibility of one outage causing a false negative on the test.
Hey guys ! I started working on a small personal project written in Go, and I'm seeking feedbacks, ideas, issues...
shaloc allow you to share over HTTP files and folders. You can encrypt them using AES-256, randomize the URI, generate zip files to share folders etc... It aims to be intuitive and fast to use.
If you have a feedback or a comment, don't hesitate ;)