Files
RelayDock/config.json
T
2026-05-21 23:14:36 +02:00

20 lines
356 B
JSON

{
"role": "oracle",
"rules": [
{
"name": "icarus-game",
"proto": "udp",
"listen_port": 17777,
"target_host": "2001:db8::1234",
"target_port": 17777
},
{
"name": "steam-query",
"proto": "udp",
"listen_port": 27015,
"target_host": "2001:db8::1234",
"target_port": 27015
}
]
}