working for valheim

This commit is contained in:
Dylan Parker
2023-01-08 04:59:43 -06:00
parent cfa445db14
commit 9640e6dc2d
4 changed files with 6 additions and 6 deletions

2
.vscode/launch.json vendored
View File

@@ -11,7 +11,7 @@
"mode": "auto",
"program": "${workspaceFolder}/cmd/http/main.go",
"env": {
"LILPROXY_TARGET": "localhost:9001",
"LILPROXY_TARGET": "127.0.0.1:2456",
"LILPROXY_PORT":":9000"
}
}