From 68867b8e55b4d883fda3fc4017f798a8e0a8d7a4 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 15 Apr 2026 22:24:11 +0800 Subject: [PATCH] _drop_multicast has bug if set to false, should do further research --- src/bin/punchnet/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/punchnet/main.rs b/src/bin/punchnet/main.rs index 7f32290..9c02d07 100755 --- a/src/bin/punchnet/main.rs +++ b/src/bin/punchnet/main.rs @@ -169,7 +169,7 @@ async fn daemonize_me( // nat_server2: "47.98.178.3:1265".to_owned(), nat_server2: server.clone() +":1366", allow_routing: allow_routing, - _drop_multicast: false, + _drop_multicast: true, register_ttl: 1, mtu: 1400, name: "tau".to_owned(),