#where to set the hostname?
1 messages ยท Page 1 of 1 (latest)
what do you mean by hostname?
in direct where do I set the host values
since that is not from lavalink but your lavalink client, not maintained by us
I would assume this is either the public/local ip or the domain your lavalink server is reachable with
you can set the interface lavalink binds to by setting server.address
0.0.0.0 meaning all interfaces
So I need to change it?
depends on which interfaces you want lavalink to be accessible with
with discord bot
yes
then 127.0.0.1 will bne the best
like that no other people can spam your lavalink with useless requests
which port to choose for lavalink?
๐
question: to add 2 plugins you need to "dependency" 2 links separated by commas ?
right? - dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.2.0, com.github.topi314.lavasearch:lavasearch-plugin:1.0.0"
right?
- dependency: "com.github.topi314.lavasrc:lavasrc-plugin:4.2.0"
- dependency: "com.github.topi314.lavasearch:lavasearch-plugin:1.0.0"
Yes
๐