]> git.ipfire.org Git - thirdparty/blocklistproject/lists.git/commitdiff
Update generate-dnsmasq.js
authorgap579137 <gap579137@gmail.com>
Fri, 11 Jun 2021 13:05:07 +0000 (08:05 -0500)
committergap579137 <gap579137@gmail.com>
Fri, 11 Jun 2021 13:05:07 +0000 (08:05 -0500)
scripts/generate-dnsmasq.js

index 6ac3fbed76ef1975880216a4a062e83bfb8b8c16..e5ea8764b77912520db0aed37570e3475ab1e836 100644 (file)
@@ -10,6 +10,6 @@ const path = require("path");
                .replaceAll(/^# 0\.0\.0\.0 /gmu, "# server=/") // Replace all occurances of "# 0.0.0.0 " at the beginning of the line with "# server=/"
                // .replaceAll(/^# 0\.0\.0\.0 /gmu, "# server=/") // I need this line to add "/" at the end of each URL 
                .replace(/^# Title: (.*?)$/gmu, "# Title: $1 (NL)"); // Add (NL) to end of title
-               await fs.writeFile(path.join(__dirname, "..", "alt-version", file.replace(".txt", "-nl.txt")), noIPFileContents, "utf8"); // Write new file to `alt-version` directory
+               await fs.writeFile(path.join(__dirname, "..", "dnsmasq-version", file.replace(".txt", "-dnsmasq.txt")), noIPFileContents, "utf8"); // Write new file to `alt-version` directory
        }));
 })();