From 807ae097c82d1a0e96701e4594329b3065a5624b Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 10 Feb 2019 13:45:53 +0300 Subject: [PATCH] Update openwrt-hirkn.j2 fix list name --- templates/openwrt-hirkn.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/openwrt-hirkn.j2 b/templates/openwrt-hirkn.j2 index 88a13df..41a4511 100644 --- a/templates/openwrt-hirkn.j2 +++ b/templates/openwrt-hirkn.j2 @@ -7,7 +7,7 @@ mkdir -p $dir echo "Run download lists" curl -z $dir/subnet.lst https://antifilter.download/list/subnet.lst --output $dir/subnet.lst -curl -z $dir/ipresolve.lst https://antifilter.download/list/ipsum.lst --output $dir/ipsum.lst +curl -z $dir/ipsum.lst https://antifilter.download/list/ipsum.lst --output $dir/ipsum.lst echo "Firewall restart" /etc/init.d/firewall restart