Proxy
Used for synchronizing multiple servers using Redis
⚙️ Setting
Pathconfig.yml → proxy
proxy:
clusters: []
bungeecord: false
velocity: false
redis:
enable: false
host: "127.0.0.1"
port: 6379
ssl: false
user: ""
password: ""clusters
A list of clusters to which the server should be connected. Used only when proxy mode is enabled. If the list is empty, the server receives all messages from other servers.
How to use?
You need to enter the cluster name on all servers where messages will be received and sent.
clusters:
- "test_cluster"This way, servers are linked together and messages will only be exchanged between these servers.
bungeecord
Not supported in Hytale
velocity
Not supported in Hytale
redis
Used for communication between different servers. For user and password, you can use environment variables, such as ${VALUE}.
| Поле | Объяснение |
|---|---|
enable | Enables Redis operation |
host | The host (IP) of the server where Redis is running |
port | The port of the server where Redis is running |
ssl | Enables the use of SSL |
user | The username in Redis; if none, it can be left empty |
password | The user password in Redis; if none, it can be left empty. |
Last updated on
Edit on GitHub
FlectonePulse