feat: support dynv6

This commit is contained in:
chinhwajie
2024-10-25 16:12:07 +08:00
parent 938421fcc8
commit f18ca66786
7 changed files with 190 additions and 4 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "cmd/bitsrun/main.go",
"args": ["--config=./config.yaml"]
}
]
}