From 86be0f172bd77cbd09e73e46e95c62c088c2cc1d Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 9 Jan 2023 19:16:34 -0300 Subject: [PATCH] Disable tor relay since my lap is shit --- tor/torrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tor/torrc b/tor/torrc index 9bb92e3..9179d72 100644 --- a/tor/torrc +++ b/tor/torrc @@ -55,10 +55,10 @@ DataDirectory /var/lib/tor ## The port on which Tor will listen for local connections from Tor ## controller applications, as documented in control-spec.txt. -ControlPort 9051 +#ControlPort 9051 ## If you enable the controlport, be sure to enable one of these ## authentication methods, to prevent attackers from accessing it. -HashedControlPassword 16:B4DC8983B0D19C5F60350CFF5B88B209B219D43E7AB9FE1EE87E808592 +#HashedControlPassword 16:B4DC8983B0D19C5F60350CFF5B88B209B219D43E7AB9FE1EE87E808592 #CookieAuthentication 1 ############### This section is just for location-hidden services ### @@ -82,7 +82,7 @@ HashedControlPassword 16:B4DC8983B0D19C5F60350CFF5B88B209B219D43E7AB9FE1EE87E808 ## See https://www.torproject.org/docs/tor-doc-relay for details. ## Required: what port to advertise for incoming Tor connections. -ORPort 9001 +#ORPort 9001 ## If you want to listen on a port other than the one advertised in ## ORPort (e.g. to advertise 443 but bind to 9090), you can do it as ## follows. You'll need to do ipchains or other port forwarding @@ -111,7 +111,7 @@ ORPort 9001 ## Nicknames must be between 1 and 19 characters inclusive, and must ## contain only the characters [a-zA-Z0-9]. ## If not set, "Unnamed" will be used. -Nickname forsenE +#Nickname forsenE ## Define these to limit how much relayed traffic you will allow. Your ## own traffic is still unthrottled. Note that RelayBandwidthRate must @@ -119,8 +119,8 @@ Nickname forsenE ## Note that units for these config options are bytes (per second), not ## bits (per second), and that prefixes are binary prefixes, i.e. 2^10, ## 2^20, etc. -RelayBandwidthRate 3 Mbytes # Throttle traffic to 100KB/s (800Kbps) -RelayBandwidthBurst 3 Mbytes # But allow bursts up to 200KB (1600Kb) +#RelayBandwidthRate 3 Mbytes # Throttle traffic to 100KB/s (800Kbps) +#RelayBandwidthBurst 3 Mbytes # But allow bursts up to 200KB (1600Kb) ## Use these to restrict the maximum traffic per day, week, or month. ## Note that this threshold applies separately to sent and received bytes, @@ -174,7 +174,7 @@ RelayBandwidthBurst 3 Mbytes # But allow bursts up to 200KB (1600Kb) ## If you are running multiple relays, you MUST set this option. ## ## Note: do not use MyFamily on bridge relays. -MyFamily $7D530ECD3A9F4BADA4D11825E910ED0DF2AC5D60,$282A63D9228513E8998C5B12E2926E6398DBF109 +#MyFamily $7D530ECD3A9F4BADA4D11825E910ED0DF2AC5D60,$282A63D9228513E8998C5B12E2926E6398DBF109 ## Uncomment this if you want your relay to be an exit, with the default ## exit policy (or whatever exit policy you set below).