Skip to content

Commit 829c70a

Browse files
author
games647
committed
Disable connection verification by default
This matches the vanilla, Spigot, BungeeCord and Velocity configuration. Mojang seems to have too many issues like IPv6 errors and it's atm not very useful for server administrators. Fixes #1102
1 parent 2876448 commit 829c70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ premium-warning: true
171171
# This option is considered highly experimental. While it is highly unlikely this will break your server,
172172
# more tests need to be conducted in order to verify its effectiveness. Brief tests seemed promising, but
173173
# every environment is different, and so it might not work for you as it did for me.
174-
useProxyAgnosticResolver: false
174+
useProxyAgnosticResolver: true
175175

176176
# If you have autoRegister or nameChangeCheck enabled, you could be rate-limited by Mojang.
177177
# The requests of the both options will be only made by FastLogin if the username is unknown to the server

0 commit comments

Comments
 (0)