Skip to content

Commit

Permalink
ssss
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlhhyccc committed Nov 28, 2024
1 parent 12da7e8 commit 094ab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luci-app-ssr-plus/root/usr/share/shadowsocksr/update.lua
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ if args then
os.exit(0)
end
if args == "nfip_data" then
update(uci:get_first("shadowsocksr", "global", "nfip_url"), "/etc/ssrplus/netflixip.list", TMP_DNSMASQ_PATH .. "/netflixip.list")
update(uci:get_first("shadowsocksr", "global", "nfip_url"), "/etc/ssrplus/netflixip.list", args, TMP_DNSMASQ_PATH .. "/netflixip.list")
os.exit(0)
end
else
Expand Down

0 comments on commit 094ab04

Please sign in to comment.