Implementations for the Findomain Plus integration.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
Edu4rdSHL 2022-03-09 22:50:29 -05:00
parent 38efe67b5f
commit 2666cee126
No known key found for this signature in database
GPG key ID: 3A574A4009F553E5
5 changed files with 625 additions and 51 deletions

View file

@ -17,7 +17,9 @@ futures = "0.3.21"
clap = "2.33.4"
reqwest = { version = "0.11.9", features = ["trust-dns", "rustls-tls", "native-tls"] }
openssl = { version = "0.10.38", features = ["vendored"] }
rand = "0.8.4"
rand = "0.8.5"
scraper = "0.12.0"
async-recursion = "1.0.0"
# https://github.com/bluejekyll/trust-dns/pull/1632
[patch.crates-io]