added more logic

This commit is contained in:
2024-05-14 15:12:18 +03:00
parent c68de6705a
commit 16b6850635
4 changed files with 152 additions and 25 deletions

6
.vscode/launch.json vendored
View File

@@ -9,7 +9,11 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}"
"program": "${workspaceFolder}",
"env": {
"HOST_IP": "127.0.0.1",
"UPNP_PATH": "test.upnp"
}
}
]
}