jerrita 4 ماه پیش
والد
کامیت
e515fec638
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  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