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