Hi, recently I created a Minecraft server using heroku, however, since it uses ngrok, and heroku free apps go to sleep, the ip constantly changes. I wanted to use my domain, and dynamic dns to fix this, however this is not possible since it is constantly changing. However, the ip is updated on my heroku website, so I was wondering if there was a pre-maid software or api to solve this. Thanks.
What you can do is add a CNAME
(instead of an A
) pointing at the heroku domain name they give you (eg myserver.herokuapp.com
), Now, as that IP changes, so will the IP returned by your website’s DNS.
1 Like
Or try this one
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.