udp-ip.cfg

来自「一个rst守护程序」· CFG 代码 · 共 45 行

CFG
45
字号
###[ ip-packet example config file ]######[ UDP / IP packet ]######[ General Options ]#### The network devicedevice == eth0# The protocolprotocol == udp# The number of packets to sendnumber == 10###[ Configuring IP ]#### The source addressspoof == 192.168.3.35# The destination addresstarget == 192.168.3.34# The fragmentation offsetfrag == 0# Time to livettl == 64###[ Configuring UDP ]#### The source portsrc_port == 777# The target portdst_port == 22# Datadata == "echo hallo > test.txt"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?