jerrita 3 months ago
parent
commit
e515fec638
1 changed files with 3 additions and 2 deletions
  1. 3 2
      Makefile

+ 3 - 2
Makefile

@@ -13,5 +13,6 @@ update:
 	@echo "Updated. Please run 'make run' to generate new config file."
 
 install:
-	mkdir -p /etc/dnsmasq.d
-	cp rules/*.conf /etc/dnsmasq.d
+	rm -ri /etc/dnsmasq.d
+	ln -s rules /etc/dnsmasq.d
+	ln -s scripts /etc