mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
actually bind to multiple addresses
resolves #63 This now causes an error message with the default bindings because on Linux binding to both IPv6's [::] and IPv4's 0.0.0.0 results in a "port in use" error
This commit is contained in:
parent
ba3c01d38f
commit
b0d0f64be0
5 changed files with 141 additions and 52 deletions
|
|
@ -14,6 +14,7 @@ exclude = ["/tools", "/.github", "/release.sh", "/Cross.toml", "/content", "/COD
|
|||
[dependencies]
|
||||
configparser = "2.0"
|
||||
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
||||
futures-util = "0.3"
|
||||
getopts = "0.2.21"
|
||||
glob = "0.3"
|
||||
log = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue