Added a method to store and get the previous IP.

This commit is contained in:
shad0wflame
2021-12-21 14:46:01 +01:00
parent 082daa4f90
commit 873e20195d
3 changed files with 57 additions and 6 deletions

View File

@@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0.132", features = ["derive"]}