- Get a raspberry pi zero w (not required, as you can run the software elsewhere, but c'mon, you want to get a r-pi anyway.)
- Flash an OS to the pi
- Set up auto install on first boot
- Boot it up
- Set up the pihole as your DNS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://github.com/sudodoki/copy-to-clipboard | |
var script = document.createElement('script'); | |
script.type = 'text/javascript'; | |
script.src = 'https://wzrd.in/standalone/copy-to-clipboard@latest'; | |
document.head.appendChild(script); | |
// https://github.com/ibnujakaria/snackbar-js/ | |
var script = document.createElement('script'); |