parse ipv6 cidr
Signed-off-by:
zu1k <i@zu1k.com>
Showing
This diff is collapsed.
| ... | @@ -2,18 +2,20 @@ | ... | @@ -2,18 +2,20 @@ |
| name = "http-proxy-ipv6-pool" | name = "http-proxy-ipv6-pool" | ||
| version = "0.1.0" | version = "0.1.0" | ||
| edition = "2021" | edition = "2021" | ||
| authors = ["zu1k <i@lgf.im>"] | |||
| description = "Http proxy, every request from a separate IPv6 address." | |||
| readme = "README.md" | |||
| license = "MIT" | |||
| homepage = "https://github.com/zu1k/http-proxy-ipv6-pool" | |||
| repository = "https://github.com/zu1k/http-proxy-ipv6-pool" | |||
| [dependencies] | [dependencies] | ||
| async-trait = "0.1" | cidr = "0.2" | ||
| async-compression = { version = "0.3", features = ["tokio", "brotli", "gzip", "zlib", "zstd"] } | getopts = "0.2" | ||
| env_logger = "0.9" | hyper = { version = "0.14", features = ["client", "server", "http1", "runtime"] } | ||
| futures = "0.3" | tokio = { version = "1", features = ["net", "rt-multi-thread", "macros", "io-util"] } | ||
| http = "0.2" | rand = "0.8" | ||
| hyper = { version = "0.14", features = ["full"] } | |||
| log = "0.4" | |||
| tokio = { version = "1", features = ["full"] } | |||
| rand = "0.8.5" | |||
| [profile.release] | [profile.release] | ||
| ... | ... |
LICENSE
0 → 100644
README.md
0 → 100644
Please register or sign in to comment