proxy/rtun-server.yml

8 lines
214 B
YAML
Raw Normal View History

2020-01-28 23:55:09 +00:00
# Gateway server binds to this address to communicate with agents.
control_address: 0.0.0.0:25564
# List of authorized agents follows.
agents:
- auth_key: <redacted>
ports: [25565/tcp, 25565/udp, 19132/udp]