A userspace application that filters DHCP floods to protect a DHCP server. It uses the Netfilter userspace packet queuing API.
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
123456789 |
- [Unit]
- Description=DHCP Protect system service.
-
- [Service]
- Type=simple
- ExecStart=/usr/local/bin/dhcp_protect /usr/local/etc/dhcp_protect.conf
-
- [Install]
- WantedBy=multi-user.target
|