Konfiguracja
Dowiedz się, jak skonfigurować serwer relay Mesh.
Plik konfiguracyjny
Configuration file location: ~/.mesh/config.yaml
relay:
port: 3030
max_connections: 1000
bind_address: "0.0.0.0"
logging:
level: "info"
file: "/var/log/mesh/relay.log"
security:
tls: true
cert_file: "/etc/mesh/tls.crt"
key_file: "/etc/mesh/tls.key"Opcje
| Opcja | Typ | Opis |
|---|---|---|
port | number | Port nasłuchiwania |
max_connections | number | Maksymalne jednoczesne połączenia |
tls | boolean | Włącz szyfrowanie TLS |