Update
This commit is contained in:
parent
ba85eec922
commit
d3d9f21665
22 changed files with 156056 additions and 2 deletions
1
pihole/etc-pihole/adlists.list
Normal file
1
pihole/etc-pihole/adlists.list
Normal file
|
@ -0,0 +1 @@
|
|||
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
0
pihole/etc-pihole/custom.list
Normal file
0
pihole/etc-pihole/custom.list
Normal file
0
pihole/etc-pihole/dhcp.leases
Normal file
0
pihole/etc-pihole/dhcp.leases
Normal file
9
pihole/etc-pihole/dns-servers.conf
Normal file
9
pihole/etc-pihole/dns-servers.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
Google (ECS, DNSSEC);8.8.8.8;8.8.4.4;2001:4860:4860:0:0:0:0:8888;2001:4860:4860:0:0:0:0:8844
|
||||
OpenDNS (ECS, DNSSEC);208.67.222.222;208.67.220.220;2620:119:35::35;2620:119:53::53
|
||||
Level3;4.2.2.1;4.2.2.2;;
|
||||
Comodo;8.26.56.26;8.20.247.20;;
|
||||
DNS.WATCH (DNSSEC);84.200.69.80;84.200.70.40;2001:1608:10:25:0:0:1c04:b12f;2001:1608:10:25:0:0:9249:d69b
|
||||
Quad9 (filtered, DNSSEC);9.9.9.9;149.112.112.112;2620:fe::fe;2620:fe::9
|
||||
Quad9 (unfiltered, no DNSSEC);9.9.9.10;149.112.112.10;2620:fe::10;2620:fe::fe:10
|
||||
Quad9 (filtered, ECS, DNSSEC);9.9.9.11;149.112.112.11;2620:fe::11;2620:fe::fe:11
|
||||
Cloudflare (DNSSEC);1.1.1.1;1.0.0.1;2606:4700:4700::1111;2606:4700:4700::1001
|
BIN
pihole/etc-pihole/gravity.db
Normal file
BIN
pihole/etc-pihole/gravity.db
Normal file
Binary file not shown.
BIN
pihole/etc-pihole/gravity_old.db
Normal file
BIN
pihole/etc-pihole/gravity_old.db
Normal file
Binary file not shown.
155880
pihole/etc-pihole/list.1.raw.githubusercontent.com.domains
Normal file
155880
pihole/etc-pihole/list.1.raw.githubusercontent.com.domains
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1 @@
|
|||
5b529d1cd9fb16b56c7b862f0f6ce3d17ebf5c85 /etc/pihole/list.1.raw.githubusercontent.com.domains
|
1
pihole/etc-pihole/local.list
Normal file
1
pihole/etc-pihole/local.list
Normal file
|
@ -0,0 +1 @@
|
|||
### Do not modify this file, it will be overwritten by pihole -g
|
21
pihole/etc-pihole/logrotate
Normal file
21
pihole/etc-pihole/logrotate
Normal file
|
@ -0,0 +1,21 @@
|
|||
/var/log/pihole/pihole.log {
|
||||
su root root
|
||||
daily
|
||||
copytruncate
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
nomail
|
||||
}
|
||||
|
||||
/var/log/pihole/FTL.log {
|
||||
su root root
|
||||
weekly
|
||||
copytruncate
|
||||
rotate 3
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
nomail
|
||||
}
|
1
pihole/etc-pihole/macvendor.db
Symbolic link
1
pihole/etc-pihole/macvendor.db
Symbolic link
|
@ -0,0 +1 @@
|
|||
/macvendor.db
|
1
pihole/etc-pihole/migration_backup/adlists.list
Normal file
1
pihole/etc-pihole/migration_backup/adlists.list
Normal file
|
@ -0,0 +1 @@
|
|||
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
3
pihole/etc-pihole/pihole-FTL.conf
Normal file
3
pihole/etc-pihole/pihole-FTL.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
#; Pi-hole FTL config file
|
||||
#; Comments should start with #; to avoid issues with PHP and bash reading this file
|
||||
LOCAL_IPV4=0.0.0.0
|
BIN
pihole/etc-pihole/pihole-FTL.db
Normal file
BIN
pihole/etc-pihole/pihole-FTL.db
Normal file
Binary file not shown.
7
pihole/etc-pihole/setupVars.conf
Normal file
7
pihole/etc-pihole/setupVars.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
INSTALL_WEB_INTERFACE=true
|
||||
WEBPASSWORD=89fbcb6790ec6dcbd5f173e5c029ad7dbaa21676b39f00901d40afec2db905e7
|
||||
PIHOLE_DNS_1=8.8.8.8
|
||||
PIHOLE_DNS_2=8.8.4.4
|
||||
PIHOLE_INTERFACE=eth0
|
||||
QUERY_LOGGING=true
|
||||
BLOCKING_ENABLED=true
|
7
pihole/etc-pihole/setupVars.conf.update.bak
Normal file
7
pihole/etc-pihole/setupVars.conf.update.bak
Normal file
|
@ -0,0 +1,7 @@
|
|||
INSTALL_WEB_INTERFACE=true
|
||||
WEBPASSWORD=89fbcb6790ec6dcbd5f173e5c029ad7dbaa21676b39f00901d40afec2db905e7
|
||||
PIHOLE_DNS_1=8.8.8.8
|
||||
PIHOLE_DNS_2=8.8.4.4
|
||||
PIHOLE_INTERFACE=eth0
|
||||
QUERY_LOGGING=true
|
||||
BLOCKING_ENABLED=true
|
11
pihole/etc-pihole/versions
Normal file
11
pihole/etc-pihole/versions
Normal file
|
@ -0,0 +1,11 @@
|
|||
CORE_BRANCH=master
|
||||
WEB_BRANCH=master
|
||||
FTL_BRANCH=master
|
||||
CORE_VERSION=v5.13-0-g17779ba
|
||||
WEB_VERSION=v5.16-0-gc2afe42
|
||||
FTL_VERSION=v5.18.2
|
||||
DOCKER_VERSION=2022.10
|
||||
GITHUB_CORE_VERSION=v5.13
|
||||
GITHUB_WEB_VERSION=v5.16
|
||||
GITHUB_FTL_VERSION=v5.18.2
|
||||
GITHUB_DOCKER_VERSION=2022.10
|
Loading…
Add table
Add a link
Reference in a new issue