Shortener
This is a self-built short link and content distribution service developed in Go. It supports the generation of configurable short links and dynamically updates content through APIs. In addition to standard links, text and full HTML pages can also be distributed, provide control options such as expiration time, flash after reading, and password protection, and have built-in configurable management backend and logging.
·Function: Support three types: link (link), text (text), and html (web page); you can set custom suffixes, validity period (minutes), and enable one-time access control after reading. ·Security: Each suffix can be set with a password, and subsequent updates need to use the same password; support offline IP database directory configuration for recording or analyzing access sources.


