## Do not edit this file! ## Please create and add modifications to the following file instead: ## /usr/local/etc/torrc.d/50_user.conf ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC ## See the file COPYING for copying conditions. ## Please use "/usr/local/etc/torrc.d/50_user.conf" for your custom ## configuration, which will override the defaults found here. ## When this package is updated, this file may be overwritten. ## You can find the original upstream tor-service-defaults-torrc under ## /usr/share/tor/tor-service-defaults-torrc #### meta start #### project Whonix #### category tor and networking #### gateway_only yes #### description ## Update: Tor is enabled by default nowadays. ## https://forums.whonix.org/t/connect-to-public-tor-network-by-default-avoid-anon-connection-wizard-acw-popup-at-first-boot/17848 ## ## Tor is disabled by default. ## Users are supposed to enable Tor through setup-dist which would ## create file /usr/local/etc/torrc.d/40_tor_control_panel.conf with ## "DisableNetwork 0" or by removing the hash ('#') in front of ## "DisableNetwork 0" in /usr/local/etc/torrc.d/40_tor_control_panel.conf #DisableNetwork 1 DormantTimeoutEnabled 0 VirtualAddrNetworkIPv4 10.192.0.0/10 VirtualAddrNetworkIPv6 [fc00::]/7 AutomapHostsOnResolve 1 ClientUseIPv6 1 ClientUseIPv4 1 Log notice file /run/tor/log #### meta end