Does the IP of a repl change?

If I had a Node.js repl with express, does the IP address of that repl change once in a while or will it stay the same forever?
And if it does change, how often?

1 Like

I can’t give you a definite answer, but I would assume the IP does not change frequently, if at all. Keep in mind; IP is attached to the network, not the actual machine running your code.

Also I am aware of rate limiting issues experienced with Discord bots on Replit, which is because many machines share the same IP and all make requests to Discord, which indicates Repls share an IP and it isn’t changed too frequently.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.