v0.9.1. Modules moved to /usr/libexec/ruantiblock

This commit is contained in:
gSpot
2021-12-11 21:07:38 +03:00
parent 6ae28198ae
commit 12afe2a532
11 changed files with 51 additions and 51 deletions
@@ -8,7 +8,7 @@ return abc.view.extend({
title : _('Ruantiblock') + ' - ' + _('Log'),
appRegexp : new RegExp(`^.*${tools.appName}\[[0-9]+\].*$`, 'gm'),
appRegexp : new RegExp(`^.*${tools.appName}.*$`, 'gm'),
testRegexp : new RegExp(/([0-9]{2}:){2}[0-9]{2}/),
@@ -40,7 +40,7 @@ return baseclass.extend({
appName : 'ruantiblock',
execPath : '/usr/bin/ruantiblock',
tokenFile : '/var/run/ruantiblock.token',
parsersDir : '/usr/bin',
parsersDir : '/usr/libexec/ruantiblock',
torrcFile : '/etc/tor/torrc',
userEntriesFile : '/etc/ruantiblock/user_entries',
fqdnFilterFile : '/etc/ruantiblock/fqdn_filter',