PRIVACY STACK 2.0.2
====================

QUICK START
-----------
1. Enable core DNS encryption:
   systemctl enable --now dnscrypt-proxy dnsmasq

2. Enable Tor for anonymity:
   systemctl enable --now tor
   # Use torsocks: torsocks curl ifconfig.me

3. For Nekoray:
   - Launch from application menu
   - Configure proxies in GUI
   - Uses v2ray-domain-list-community for smart routing [citation:2]

4. For WireGuard:
   # Configure your tunnel in /etc/wireguard/
   systemctl enable --now wg-quick@tunnel-name

FIREWALL PORTS
--------------
- 53/tcp,53/udp - DNS (open for LAN if needed)
- 9050/tcp - Tor SOCKS proxy
- 51820/udp - WireGuard (customize as needed)

SERVICE MANAGEMENT
------------------
systemctl status dnscrypt-proxy dnsmasq tor

VIEW LOGS
---------
journalctl -u dnscrypt-proxy -f
journalctl -u dnsmasq -f
journalctl -u tor -f

TEST YOUR PRIVACY
-----------------
- Check DNS: whoer.net
- Check Tor: check.torproject.org
- Check IP: ipleak.net

CONFIGURATION FILES
-------------------
- DNSCrypt: /etc/dnscrypt-proxy/dnscrypt-proxy.toml
- DNSMasq: /etc/dnsmasq.conf
- Tor: /etc/tor/torrc
- WireGuard: /etc/wireguard/*.conf
- V2Ray data: /usr/share/v2ray/ [citation:1]

For more details, see man pages or project documentation.
