Add Support for IPV6 and Arbitrary Server Address
Add IPV6 support for Apple Devices Note: Works in GUI not CLI Adds Support for Arbitrary Server Address
This commit is contained in:
parent
cca5999214
commit
2088ae6ede
20 changed files with 276 additions and 56 deletions
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
libc = "0.2"
|
||||
fehler = "1.0"
|
||||
nix = { version = "0.26", features = ["ioctl"] }
|
||||
socket2 = "0.4"
|
||||
socket2 = "0.5"
|
||||
tokio = { version = "1.28", features = [] }
|
||||
byteorder = "1.4"
|
||||
tracing = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue