Skip to content

Commit

Permalink
refactor to use trust-dns for the protocol
Browse files Browse the repository at this point in the history
- support SOA record
  • Loading branch information
Sinderella committed Aug 4, 2022
1 parent 8bec4bb commit 0bc4f4d
Show file tree
Hide file tree
Showing 7 changed files with 505 additions and 883 deletions.
24 changes: 24 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
// 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": [
{
"type": "lldb",
"request": "launch",
"name": "Debug",
"program": "${fileDirname}/../target/debug/${workspaceRootFolderName}",
"args": [
"-d",
"rebnd.icu",
"-n",
"ns1.rebnd.icu,ns2.rebnd.icu",
"--ns-public-ip",
"49.12.76.13"
],
"cwd": "${workspaceRoot}",
"sourceLanguages": ["rust"]
}
]
}
Loading

0 comments on commit 0bc4f4d

Please sign in to comment.