forked from GeyserMC/Geyser
Clarify proxy protocol config message (#1824)
This commit is contained in:
parent
d6461e71fb
commit
999fa7298a
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ remote:
|
|||
# Whether to enable PROXY protocol or not while connecting to the server.
|
||||
# This is useful only when:
|
||||
# 1) Your server supports PROXY protocol (it probably doesn't)
|
||||
# 2) You run Velocity or BungeeCord with respective option enabled.
|
||||
# 2) You run Velocity or BungeeCord with the option enabled in the proxy's main config.
|
||||
# IF YOU DON'T KNOW WHAT THIS IS, DON'T TOUCH IT!
|
||||
use-proxy-protocol: false
|
||||
|
||||
# Floodgate uses encryption to ensure use from authorised sources.
|
||||
|
|
Loading…
Reference in a new issue