20 lines
356 B
JSON
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
|
|
}
|
|
]
|
|
}
|