Add Windows game optimization setup and configuration scripts

This commit is contained in:
2025-07-05 21:36:47 +02:00
parent bc85a7bcef
commit 372df1b9e9
11 changed files with 683 additions and 5 deletions
+6 -1
View File
@@ -72,6 +72,11 @@ locals {
type = "CNAME"
content = "dev-01.${local.lab_domain}."
},
{
name = "game-01"
type = "A"
content = "10.19.4.245"
},
]
}
]
@@ -105,7 +110,7 @@ locals {
ollama_proxy = {
enabled = true
mac = "a0:8c:fd:e2:3c:fa"
mac = "04:7c:16:d6:63:66"
ip = "10.19.4.106"
port = "11434"
scheme = "http"