Add Windows game optimization setup and configuration scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user