-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLP Virtual Hosts | Non-functional with SRV, or proxied records #326
Comments
AFAICT they just use which is the same I use: ServerListPlus/Bungee/src/main/java/net/minecrell/serverlistplus/bungee/BungeePlugin.java Line 183 in 7221f5d
So I would expect it to return the same values. |
Odd, could the difference be that with SLP - it's a "ping" and DomainAnalysis is for connections to the server? As when I enable proxied, or use a SRV record - the MOTD is that set to the personalise/description default.
|
It seems unlikely but it is possible. In any case, I'm sure that SLP is making use of all the information that is available. If it's not working it seems to be a limitation of the protocol. What I mentioned in #52 (comment) probably still applies - if you are making use of SRV records you need to match the destination hostname of the SRV in the virtual hosts. |
Ah, yes. I got it working (using play instead of play.domain.net) ... might be useful if you could specify that on the wiki. As I myself was thinking with SRV records - it was the full domain. |
Sorry, now I'm confused. |
In the config I sent above, I replaced "play.frozenwaters.net" with "play" and that made it work. I'm using a unproxied A record along with a SRV record. |
But the SRV record doesn't point to |
Virtual Host (MOTD) doesn't work when the domains are either setup with SRV records or proxied through a service such as Cloudflare.
I did notice there was an issue from 2015 about this, and how it's almost impossible to add, but maybe have a look at DomainAnalysis which tracks domain usage perfectly... not sure if there is any difference between a ping, and a connection.
https://www.spigotmc.org/resources/domainanalytics.81585/ <-- They also provide the source code via GitHub Repo.
The text was updated successfully, but these errors were encountered: