udp测试远程端口

nc 命令可以满足需求:
nc -p 本地端口 -u 远程host 远程端口

-p 指定绑定本地哪个端口
-u 使用 udp 协议, 不设置 -u 使用tcp协议

你可能感兴趣的:(udp测试远程端口)