diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/drakguard | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/drakguard b/bin/drakguard index 45c11bc..883c3de 100755 --- a/bin/drakguard +++ b/bin/drakguard @@ -336,7 +336,7 @@ sub apply_blacklist { sub apply_whitelist { my @addr = @_; - my $whitelist_top = "/etc/dansguardian/lists/exceptionurllist"; + my $whitelist_top = "/etc/dansguardian/lists/exceptionsitelist"; output_p($whitelist_url_file, map { $_ . "\n" } @addr); include_guardian_file($whitelist_top, $whitelist_url_file); } |