Implement --no-ipv6 for addresses

This commit is contained in:
Andrey Golovizin 2021-07-14 15:19:15 +02:00
parent aecfa365a0
commit a9a8793767
3 changed files with 35 additions and 6 deletions

View file

@ -11,7 +11,9 @@ license = "MIT"
anyhow = "1.0.41"
clap = "3.0.0-beta.2"
env_logger = "0.8.4"
ipnet = "2.3.1"
log = "0.4.14"
netaddr2 = "0.10.0"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
ureq = { version = "2.1.1", features = ["json"] }