Initial Commit

This commit is contained in:
2026-05-21 23:14:36 +02:00
parent 2fc1bc480c
commit 2b77272263
10 changed files with 469 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"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
}
]
}