From e7f1165287f6408a07b615add0019759fd503ead Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Thu, 29 Feb 2024 22:05:17 +0800 Subject: [PATCH] =?UTF-8?q?[mio]=20=E5=A2=9E=E5=8A=A0=E6=89=93=E6=B4=9E?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/proto/message.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vnt/proto/message.proto b/vnt/proto/message.proto index cc62cd3..ba59438 100644 --- a/vnt/proto/message.proto +++ b/vnt/proto/message.proto @@ -57,6 +57,8 @@ message PunchInfo{ bytes ipv6 = 9; uint32 ipv6_port = 10; uint32 tcp_port = 11; + repeated uint32 udp_ports = 12; + repeated uint32 public_ports = 13; } enum PunchNatType{ Symmetric = 0;