A userspace application that filters DHCP floods to protect a DHCP server. It uses the Netfilter userspace packet queuing API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dhcp_protect.service 180B

123456789
  1. [Unit]
  2. Description=DHCP Protect system service.
  3. [Service]
  4. Type=simple
  5. ExecStart=/usr/local/bin/dhcp_protect /usr/local/etc/dhcp_protect.conf
  6. [Install]
  7. WantedBy=multi-user.target