A userspace application that filters DHCP floods to protect a DHCP server. It uses the Netfilter userspace packet queuing API.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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
|