https://github.com/dolegi/wireguard_unbound_setup
Simple setup script to install and configure wireguard and unbound
https://github.com/dolegi/wireguard_unbound_setup
debian unbound wireguard
Last synced: 2 months ago
JSON representation
Simple setup script to install and configure wireguard and unbound
- Host: GitHub
- URL: https://github.com/dolegi/wireguard_unbound_setup
- Owner: dolegi
- Created: 2019-02-28T21:30:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T22:16:04.000Z (over 7 years ago)
- Last Synced: 2025-02-17T17:57:50.711Z (over 1 year ago)
- Topics: debian, unbound, wireguard
- Language: Shell
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wireguard and Unbound DNS install script
Installs and configures wireguard and unbound on a debian based server.
Redirects ad and malware from this list `https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts`
# Install steps
- scp to debian server `scp install-wg-unbound.sh user@ip:/dir`
- run on server `./install-wg-unbound.sh pu.bl.ic.ip`
- copy wireguard laptop config (output above the QR code) to laptop wireguard client
- scan QR code on wireguard mobile client
# References
- https://www.wireguard.com
- https://www.nlnetlabs.nl/projects/unbound/about/
- https://calomel.org/unbound_dns.html
- https://deadc0de.re/articles/unbound-blocking-ads.html
- https://github.com/StevenBlack/hosts