Procházet zdrojové kódy

Require authentication on all Tor control ports

Closes 21461, bugfix on 19765.
teor před 9 roky
rodič
revize
84ccf71356
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 0 1
      torrc_templates/client.tmpl
  2. 1 0
      torrc_templates/common.i

+ 0 - 1
torrc_templates/client.tmpl

@@ -1,6 +1,5 @@
 ${include:common.i}
 SocksPort $socksport
-CookieAuthentication 1
 
 #NOTE: Setting TestingClientConsensusDownloadSchedule doesn't
 #      help -- dl_stats.schedule is not DL_SCHED_CONSENSUS

+ 1 - 0
torrc_templates/common.i

@@ -48,3 +48,4 @@ DisableDebuggerAttachment 0
 ${authorities}
 
 ControlPort $controlport
+CookieAuthentication 1