dynamic-port
There are 2 repositories under dynamic-port topic.
Violet-sword/Exchange-Variable
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.
Violet-sword/Exchange-Variable-NodeJS
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.