User Tools

Site Tools


technical:web

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technical:web [2022/08/22 11:53] jctechnical:web [2022/10/21 16:28] (current) jc
Line 1: Line 1:
 <markdown> <markdown>
-# Network Security and Performance Tuning+Web 
 +1. [Wiki Dev](technical:web:wikidev) 
 +2. [Network Security and Performance Tuning](technical:web:network-security)
  
-## 1. Choose an autoritative resolver.+## Wiki Dev 
 + 
 +- [W3 Collapse Sidebar](https://www.w3schools.com/howto/howto_js_collapse_sidebar.asp) 
 + 
 +## Network Security and Performance Tuning 
 + 
 +### Choose an upstream DNS resolver for forwarding DNS queries
  
    Comparison: https://www.dnsperf.com/#!dns-resolvers    Comparison: https://www.dnsperf.com/#!dns-resolvers
  
-## 2. Choose a stub or recursive DNS resolver for caching and blocking ads, tracking, and dead hosts.+##Choose a stub or recursive DNS resolver for caching and blocking ads, trackers, and dead hosts 
 + 
 +Blocklist: https://github.com/notracking/hosts-blocklists
  
-   Blocklist: https://github.com/notracking/hosts-blocklists+####   1Unbound (Linux, Mac, BSD)
  
-###   1Unbound (Linux, Mac, BSD)+- Docs: https://unbound.docs.nlnetlabs.nl/en/latest/reference/todo.html
  
-      Docs: https://unbound.docs.nlnetlabs.nl/en/latest/reference/todo.html+Download: https://nlnetlabs.nl/downloads/unbound/unbound-latest.tar.gz
  
-      Download: https://nlnetlabs.nl/downloads/unbound/unbound-latest.tar.gz+Install: https://unbound.docs.nlnetlabs.nl/en/latest/getting-started/installation.html
  
-      - Install: https://unbound.docs.nlnetlabs.nl/en/latest/getting-started/installation.html+####   2Dnsmasq (Linux, Mac, BSD)
  
-###   2Dnsmasq (Linux, Mac, BSD)+- Docs: https://dnsmasq.org/
  
-      Docs: https://dnsmasq.org/+Download: https://thekelleys.org.uk/dnsmasq
  
-      Downloadhttps://thekelleys.org.uk/dnsmasq+Repohttp://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=summary
  
-      Repohttp://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=summary+Installhttps://github.com/notracking/hosts-blocklists/wiki/Install-dnsmasq
  
-      - Install: https://github.com/notracking/hosts-blocklists/wiki/Install-dnsmasq+####   3Pi-hole (Windows, Mac, Linux, BSD)
  
-###   3Pi-hole (Windows, Mac, Linux, BSD)+- Docs: https://docs.pi-hole.net/
  
-      Docs: https://docs.pi-hole.net/+Download: https://ftl.pi-hole.net/
  
-      Download: https://ftl.pi-hole.net/+Install: https://github.com/pi-hole/pi-hole/#one-step-automated-install
  
-      - Install: https://github.com/pi-hole/pi-hole/#one-step-automated-install+####  4. DNSCrypt Proxy (Windows, Mac, Linux, BSD)
  
-###   4DNSCrypt Proxy (Windows, Mac, Linux, BSD)+- Docs: https://www.dnscrypt.org/
  
-      Docs: https://www.dnscrypt.org/+Download: https://github.com/DNSCrypt/dnscrypt-proxy/releases
  
-      Download: https://github.com/DNSCrypt/dnscrypt-proxy/releases+Install: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation
  
-      - Install: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation+### Choose a secure web browser
  
-## 3Choose a secure web browser+Comparison: https://chromium.woolyss.com/#browsers
  
-   Comparison: https://chromium.woolyss.com/#browsers+### Choose a VPN
  
-## 4Choose a VPN+####   1WireGuard
  
-###   1WireGuard+- Docs: https://www.wireguard.com/quickstart/
  
-      Docs: https://www.wireguard.com/quickstart/+Download: https://www.wireguard.com/install/
  
-      Download: https://www.wireguard.com/install/+Install: https://www.wireguard.com/install/
  
-      - Install: https://www.wireguard.com/install/+####   2OpenVPN
  
-###   2OpenVPN+- Docs: https://openvpn.net/vpn-server-resources/
  
-      Docs: https://openvpn.net/vpn-server-resources/+Download: https://openvpn.net/vpn-software-packages/
  
-      Download: https://openvpn.net/vpn-software-packages/+Install: https://openvpn.net/vpn-server-resources/installing-openvpn-access-server-on-a-linux-system/--
  
-      - Install: https://openvpn.net/vpn-server-resources/installing-openvpn-access-server-on-a-linux-system/+####   3NordVPN
  
-###   3NordVPN+- Docs: https://support.nordvpn.com/Connectivity/
  
-      Docs: https://support.nordvpn.com/Connectivity/+Download: https://nordvpn.com/download/linux/
  
-      Download:+Installhttps://support.nordvpn.com/FAQ/Setup-tutorials/
  
-      - Install: https://support.nordvpn.com/FAQ/Setup-tutorials/+####   4Tinc
  
-###   4Tinc+- Docs: https://www.tinc-vpn.org/documentation-1.1/
  
-      Docs: https://www.tinc-vpn.org/documentation-1.1/+Download: https://www.tinc-vpn.org/download/
  
-      Download: https://www.tinc-vpn.org/download/+Repo: https://www.tinc-vpn.org/git/browse?p=tinc;a=summary
  
-      Repo: https://www.tinc-vpn.org/git/browse?p=tinc;a=summary+Install: https://www.tinc-vpn.org/examples/
  
-      - Install: https://www.tinc-vpn.org/examples/+### Contribute
  
-## 5Contribute+If privacy, anonymity, and freedom of speech are a concern consider hosting a Freenet node or GNUnet peer.
  
-   If privacyanonymityand freedom of speech are a concern consider hosting a Freenet or GNUnet node.+####   1. GNUNet (LinuxMacBSD)
  
-###   1GNUNet (Linux, Mac, BSD)+- Research: https://grothoff.org/christian/habil.pdf
  
-      - Docs: https://docs.gnunet.org/+- Docs: https://docs.gnunet.org/
  
-      - Download: https://ftp.gnu.org/gnu/gnunet/+- Download: https://ftp.gnu.org/gnu/gnunet/
  
-      - Repo: https://git.gnunet.org/+- Repo: https://git.gnunet.org/
  
-      - Install: https://www.gnunet.org/en/install.html+- Install: https://www.gnunet.org/en/install.html
  
-###   2. Freenet (Windows, Mac, Linux)+####   2. Freenet (Windows, Mac, Linux)
  
-      - Docs: https://freenetproject.org/pages/documentation.html+- Docs: https://freenetproject.org/pages/documentation.html
  
-      - FAQ: https://freenetproject.org/pages/help.html+- FAQ: https://freenetproject.org/pages/help.html
  
-      - Download: https://freenetproject.org/pages/download.html+- Download: https://freenetproject.org/pages/download.html
  
-      - Install: https://freenetproject.org/pages/documentation.html#install+- Install: https://freenetproject.org/pages/documentation.html#install
  
 </markdown> </markdown>
technical/web.1661183639.txt.gz · Last modified: 2022/08/22 11:53 by jc