mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
style: Re-phrasing of config.yml comment for useProxyAgnosticResolver
The comment for useProxyAgnosticResolver in config.yml was re-phrased and supplied with additional information regarding its effective context and its relation to the prevent-proxy setting in server.properties.
This commit is contained in:
@ -152,14 +152,21 @@ forwardSkin: true
|
|||||||
# If they still want to invoke the command, they have to invoke /premium again
|
# If they still want to invoke the command, they have to invoke /premium again
|
||||||
premium-warning: true
|
premium-warning: true
|
||||||
|
|
||||||
|
# ======[[ Spigot+ProtocolLib users only ]]======
|
||||||
# When set to true, enables the use of alternative session resolver which does not send the server IP
|
# When set to true, enables the use of alternative session resolver which does not send the server IP
|
||||||
# to mojang session servers. This setting might be useful when you are trying to run the server via a
|
# to mojang session servers. This setting might be useful when you are trying to run the server via a
|
||||||
# transparent reverse proxy or some other form of DNAT. As far as security goes, this setting has
|
# transparent reverse proxy or some other form of DNAT. As far as security goes, this setting has
|
||||||
# negligible to no security impact.
|
# negligible to no security impact.
|
||||||
#
|
#
|
||||||
|
# This setting works on a similar principle as 'prevent-proxy' setting in server.properties.
|
||||||
|
# When set to false, the server behaves like prevent-proxy was set to false and vice-versa.
|
||||||
|
# Normally, when you use the prevent-proxy=true, you would want this disabled.
|
||||||
|
#
|
||||||
|
# Please note that this setting has no effect when used outside of Spigot+ProtocolLib context.
|
||||||
|
#
|
||||||
# !!! [WARNING] !!!
|
# !!! [WARNING] !!!
|
||||||
# This option is considered highly experimental. While it is highly unlikely this will break your server,
|
# This option is considered highly experimental. While it is highly unlikely this will break your server,
|
||||||
# more tests need to be conducted in order to verify it's effectiveness. Brief tests seemed promising, but
|
# more tests need to be conducted in order to verify its effectiveness. Brief tests seemed promising, but
|
||||||
# every environment is different, and so it might not work for you as it did for me.
|
# every environment is different, and so it might not work for you as it did for me.
|
||||||
useProxyAgnosticResolver: false
|
useProxyAgnosticResolver: false
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user