matte-ek / BanchoMultiplayerBot

Auto host rotation multiplayer bot for osu! written in C#
GNU General Public License v3.0
25 stars 6 forks source link

How can I login via ip #8

Closed nisemono8881 closed 1 year ago

nisemono8881 commented 1 year ago

Can I login via ip or does it only work for localhost? Untitled

matte-ek commented 1 year ago

Hey, by default it only listens on localhost, yes. However you can change this by adding the following to your appsettings.json:

"Urls": "http://0.0.0.0:5000"
nisemono8881 commented 1 year ago

It work but now I can't login idk why 233003

matte-ek commented 1 year ago

You probably aren't on /osu-bot.

nisemono8881 commented 1 year ago

Ahh ok thank you