This commit is contained in:
billz
2020-03-26 19:45:39 +00:00
parent 6f503d8b53
commit ae26f948a4
7 changed files with 147 additions and 0 deletions

View File

@@ -352,6 +352,12 @@ function dnsServers()
return (array) $data;
}
function blocklistProviders()
{
$data = json_decode(file_get_contents("./config/blocklists.json"));
return (array) $data;
}
function optionsForSelect($options)
{
$html = "";