Resolve DNS A record

This commit is contained in:
Invariantspace 2024-10-14 00:41:59 -07:00
parent 95ad37bcaa
commit 97238b56f7
No known key found for this signature in database
GPG key ID: EBC4A20067373921
4 changed files with 128 additions and 9 deletions

16
Cargo.lock generated
View file

@ -902,6 +902,12 @@ version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]]
name = "no-std-net"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
[[package]]
name = "num-traits"
version = "0.2.19"
@ -1009,6 +1015,7 @@ dependencies = [
"rand",
"serde",
"serde_yaml",
"sntpc",
"static_cell",
]
@ -1341,6 +1348,15 @@ dependencies = [
"managed",
]
[[package]]
name = "sntpc"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de6292f240a2bf33ae7156cb354802bca8ecfacf96b820a6ec2f2e9f5c01f260"
dependencies = [
"no-std-net",
]
[[package]]
name = "ssmarshal"
version = "1.0.0"