Expose Pi-hole
Access your Pi-hole admin dashboard remotely to manage DNS filtering from anywhere.
Remote DNS Management
Pi-hole's admin dashboard lets you manage blocklists, view DNS stats, and whitelist domains. A tunnel makes it accessible from outside your home network.
Setup
Pi-hole runs its web interface on port 80.
Run the PanicTunnl command with port 80.
Access the /admin panel from the public URL.
// CONFIG_INIT [EXPOSE PI-HOLE]free.skytunnel.dev
ssh -p 2222 -R 0:localhost:80 free@free.skytunnel.devPaste this into your terminal to start tunneling.
FAQ
No. Only the web admin panel is tunneled. DNS queries still resolve locally on port 53.