Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 451 Bytes

File metadata and controls

18 lines (13 loc) · 451 Bytes

Config

When Infrared is run for the first time, it should generate a config.yml file and a proxies directory. Here is a minimal config.yml example:

# Minimal Infrared Config

# Address that Infrared bind and listens to
#
bind: 0.0.0.0:25565

# Maximum duration between packets before the client gets timed out.
#
keepAliveTimeout: 30s

Complete config example