mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-03 19:43:17 +00:00
add gravity domains to db
This commit is contained in:
parent
ff3bb11c27
commit
41812cde22
1 changed files with 6 additions and 0 deletions
|
@ -241,6 +241,12 @@ function gravity_unique() {
|
||||||
echo " done!"
|
echo " done!"
|
||||||
numberOf=$(wc -l < ${piholeDir}/${eventHorizon})
|
numberOf=$(wc -l < ${piholeDir}/${eventHorizon})
|
||||||
echo "::: $numberOf unique domains trapped in the event horizon."
|
echo "::: $numberOf unique domains trapped in the event horizon."
|
||||||
|
|
||||||
|
echo -n "::: Importing domains into database for web admin lookups..."
|
||||||
|
python /opt/pihole/gravity_parse.py
|
||||||
|
echo " done!"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function gravity_hostFormat() {
|
function gravity_hostFormat() {
|
||||||
|
|
Loading…
Reference in a new issue