You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Cloudflare Workers to store and share dynamic IP addresses, port numbers (TCP/UDP), or other text content. Servers can update their info via a special URL, while clients can retrieve the latest data easily. Ideal for environments with changing server configurations. Uses Cloudflare KV for fast, distributed storage.
This Node.js project allows servers to store and share dynamic IP addresses, port numbers, or text content via a web interface. Users can update or retrieve data through URL requests, making it ideal for environments with changing server info. It uses file-based storage for persistence.