mirror of
https://github.com/dndx/phantun.git
synced 2025-09-20 06:04:31 +08:00
fix(phantun): use the same source IP for UDP packet replies (#178)
This fixes an issue when Phantun may choose a source IP different from the destination IP in the incoming packet. Closes #177
This commit is contained in:
@@ -19,6 +19,6 @@ pretty_env_logger = "0"
|
||||
tokio-tun = "0"
|
||||
num_cpus = "1"
|
||||
neli = "0"
|
||||
nix = { version = "0", features = ["net"] }
|
||||
nix = { version = "0", features = ["net", "uio", "socket"] }
|
||||
tokio = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
Reference in New Issue
Block a user