____  ________.___.__________  _________  .__
\   \/  /\__  |   |\____    / /   _____/  |__|  ____
 \     /  /   |   |  /     /  \_____  \   |  | /  _ \
 /     \  \____   | /     /_  /        \  |  |(  <_> )
/___/\  \ / ______|/_______ \/_______  //\|__| \____/
      \_/ \/               \/        \/ \/ 

[My IP] - [GeoIP] - [Minify URLs] - [Message store] - [Dynamic DNS]
Message Store - Store small (<= 1024 bytes) messages/objects.






cURL Usage:
# Store message
$ curl -X POST \
       -H "Content-Type: text/plain" \
       -d "SOME MESSAGE OR DATA TO BE STORED FOR LATER RETRIEVAL" \
       https://xyzs.io/msg
https://xyzs.io/_PfJYH1GYTNM9aJ5z

# Retrieve message
$ curl https://xyzs.io/_PfJYH1GYTNM9aJ5z
SOME MESSAGE OR DATA TO BE STORED FOR LATER RETRIEVAL