zzzkeil / wireguard-dnscrypt-tor-server

Fast setup wireguard server script, with tor, dnscrypt and adblocking, maleware blocking, more blocking if you need. Use case eg. always on vpn and adblocking on ios or android, and be more secured in unknown networks. And all traffic goes over tor, to hide your ip .....

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireguard-tor-server gateway

Debian Ubuntu

https://hetzner.cloud/?ref=iP0i3O1wRcHu

** project target

  • wireguard connection to server
  • all traffic coming from wireguard clients will go over tor network
  • dns nameresulotion over dnscrypt (Anonymized DNS) with blocklists
  • onion (darknet) nameresulotion over dnscrypt forward to tor

How to install :

use the following just for testing

Server x86 / ARM64 - Debian 12, Ubuntu 22.04 :
## Testversion : 2023.07.01 -  some issuse with fedora, centos, rocky-linux, alma-linux -- removed 
wget -O  wireguard_dnscrypt_tor_setup.sh https://raw.githubusercontent.com/zzzkeil/wireguard-dnscrypt-tor-server/main/wireguard_dnscrypt_tor_setup.sh
chmod +x wireguard_dnscrypt_tor_setup.sh
./wireguard_dnscrypt_tor_setup.sh

status 2023.06.12 :

** whats working :

  • wireguard
  • dnscrypt
  • tor
  • blocklist...

( some issues with .onion have to be fixed )

About

Fast setup wireguard server script, with tor, dnscrypt and adblocking, maleware blocking, more blocking if you need. Use case eg. always on vpn and adblocking on ios or android, and be more secured in unknown networks. And all traffic goes over tor, to hide your ip .....

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%