feat(tazjin/yddns): hack together a quick dyndns update script
Change-Id: I4114a1b83e5f1edbb04d0ab920f107245ec998bd Reviewed-on: https://cl.tvl.fyi/c/depot/+/8761 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
8d632af36e
commit
597d1a0aa2
5 changed files with 1640 additions and 0 deletions
13
users/tazjin/yddns/Cargo.toml
Normal file
13
users/tazjin/yddns/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "yddns"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.71"
|
||||
crimp = "4087.0.0"
|
||||
tokio = "1.28.2"
|
||||
tonic = "0.9.2"
|
||||
yandex-cloud = "2023.5.23"
|
||||
Loading…
Add table
Add a link
Reference in a new issue