updates for pihole, http site, venv requirements

This commit is contained in:
Bastian de Byl
2022-04-02 21:01:42 -04:00
parent 78a4d5c3b7
commit d197909c05
9 changed files with 89 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ server {
listen 80 default_server;
server_name {{ home_server_name }};
if ($whitelisted = 1) {
return 302 http://pi.hole;
return 302 http://pi.bdebyl.net;
}
if ($whitelisted = 0) {