feat: initial ddns implementation

This commit is contained in:
2023-04-04 22:23:41 -07:00
parent 95259b545c
commit 5d835ace6b
6 changed files with 1153 additions and 7 deletions

7
.gitignore vendored
View File

@@ -1,16 +1,13 @@
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Variables local to machine
.env.local