Baritone AI pathfinder

Baritone AI pathfinder

72.7k Downloads

waypoints reset with dynamic ip or other different ip:port

d0gkiller87 opened this issue ยท 1 comments

commented

Describe your suggestion

My friend uses Ngork's free plan to build a network connection with his server host, which every time Ngork restarts, the hostname remains the same but port changed randomly.
And then I noticed that baritone settings are separated by hostname:port folders, so every time I play, all the waypoints saved will disappear.

Settings

IDK how to solved this problem honestly, but there's a bunch of servers running with dynamic ip/ or even dynamic ports like my situation.

Context

Dynamic IP is very common, so the problem might be tackled soon or later.

Final checklist

  • [V] I have not used any OwO's or UwU's in this issue.
commented

I got a solution by listening specify port on 127.0.0.1 and port forward it to that server, using netsh:
netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=1234 connectaddress=[dynamic IP] connectport=[dynamic port]
Not a perfect solution but good enough for now.