Changes to be committed:
modified: src/client.rs
This commit is contained in:
parent
550ff1e4c5
commit
8f5bc39232
@ -67,7 +67,7 @@ pub async fn client_mode(remote_addr: String) -> io::Result<()> {
|
||||
config.up();
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
config.platform(|config| {
|
||||
config.platform_config(|config| {
|
||||
config.packet_information(true);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user