소스 검색

torsocks now needed for torify

Bob Mottram 7 년 전
부모
커밋
14f8abf596
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone-utils-onion

+ 3
- 0
src/freedombone-utils-onion 파일 보기

@@ -275,6 +275,9 @@ function install_tor {
275 275
         exit 38259
276 276
     fi
277 277
 
278
+    # For torify
279
+    apt-get -yq install torsocks
280
+
278 281
     # turn off logging
279 282
     sed -i 's|#Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc
280 283
     sed -i 's|Log notice file.*|Log notice file /dev/null|g' /etc/tor/torrc