31 lines
1.1 KiB
TOML
31 lines
1.1 KiB
TOML
# Whether to use the broker to get the best relay based on location or use a hard-coded relay.
|
|
# default: true
|
|
useBroker = true
|
|
# default: https://broker.e4mc.link/getBestRelay
|
|
brokerUrl = "https://broker.e4mc.link/getBestRelay"
|
|
# default: test.e4mc.link
|
|
relayHost = "test.e4mc.link"
|
|
# default: 25575
|
|
relayPort = 25575
|
|
# Allows use of certain dedicated server commands such as /ban and /whitelist
|
|
# default: true
|
|
restoreDedicatedCommands = true
|
|
# Whether to use whitelists on LAN worlds
|
|
# default: false
|
|
useWhiteList = false
|
|
# Whether to enable sharing LAN worlds with e4mc
|
|
# default: true
|
|
hostEnabled = true
|
|
# Whether to enable Dialtone peer-to-peer connections as the host
|
|
# default: true
|
|
dialtoneHostEnabled = true
|
|
# Whether to enable Dialtone peer-to-peer connections as the player
|
|
# default: true
|
|
dialtonePlayerEnabled = true
|
|
# The URL to get the list of Iroh relays to use
|
|
# default: https://natives.e4mc.link/relaymap.json
|
|
dialtoneRelayMap = "https://natives.e4mc.link/relaymap.json"
|
|
# Whether to hide direct IP addresses from the relay
|
|
# default: true
|
|
dialtoneSanitizeTicket = true
|