Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.62 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.62 KB

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 )