Flectone Logo FlectonePulse

Proxy

Used for synchronizing multiple servers using Redis


⚙️ Setting

Path config.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}.

ПолеОбъяснение
enableEnables Redis operation
hostThe host (IP) of the server where Redis is running
portThe port of the server where Redis is running
sslEnables the use of SSL
userThe username in Redis; if none, it can be left empty
passwordThe user password in Redis; if none, it can be left empty.

Last updated on

Edit on GitHub

On this page

Authors of page