http://translate.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/selfhosting/pihole/index.html
Now if we want to have a https interface we do the following; [ nowhere.yt ] [ /dev/pts/2 ] [~]
→ systemctl disable lighttpd.service --now
[ nowhere.yt ] [ /dev/pts/2 ] [~]
→ apt install nginx php7.4-{fpm,cgi,xml,sqlite3,intl} apache2-utils socat -y
[ nowhere.yt ] [ /dev/pts/2 ] [~]
→ systemctl enable nginx php7.4-fpm --now
[ nowhere.yt ] [ /dev/pts/2 ] [~]
→ vim /etc/nginx/sites-available/default
server {
listen 80;
listen [::]:80;
server_name ns1.void.yt;
return 301...