@@ -15,9 +15,9 @@ In DHCPv6 DHCP Protect will account based on the client DUID. | |||
# Installation | |||
``` | |||
sudo apt-get install git build-essential uthash-dev libnetfilter-queue-dev | |||
git clone https://git.home.spale.com/public/dhcp_protect.git | |||
cd dhcp_protect | |||
sudo apt-get install build-essential uthash-dev libnetfilter-queue-dev | |||
make all | |||
sudo make install | |||
``` |