lavalink-devs / Lavalink

Standalone audio sending node based on Lavaplayer.
https://lavalink.dev/
MIT License
1.56k stars 668 forks source link

running lavalink with multiple ports? #686

Closed alonemazin closed 1 year ago

alonemazin commented 2 years ago

Hey, Im trying to run lavalink with multiple ports. But the thing is i don't know exactly how to make that happen I tried to provide array in application.yml file in port field and it didn't work

devoxin commented 2 years ago

Lavalink doesn't support this. What's your use-case for listening on multiple ports?

freyacodes commented 2 years ago

One way to accomplish similar results would be to run a reverse proxy like nginx or caddy on top of Lavalink. The reverse proxy would forward traffic from one port to Lavalink running on another.

Though such a configuration is outside the scope of this issue tracker