mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
942 B
942 B
torsocks
모든 애플리케이션의 트래픽을 Tor 네트워크를 통해 라우팅합니다. 참고:
torsocks
는 Tor 데몬의 기본값인 127.0.0.1:9050에서 실행 중인 Tor SOCKS 프록시에 연결해야 한다고 가정합니다. 더 많은 정보: https://gitlab.torproject.org/tpo/core/torsocks/.
- Tor를 사용하여 명령 실행:
torsocks {{명령}}
- 이 셸에서 Tor 활성화 또는 비활성화:
. torsocks {{on|off}}
- Tor가 활성화된 새로운 셸 생성:
torsocks --shell
- 현재 셸이 Tor가 활성화되었는지 확인 (
LD_PRELOAD
값이 비어 있으면 비활성화됨):
torsocks show
- 다른 Tor 회로를 통해 트래픽을 [i]솔레이트하여 익명성 향상:
torsocks --isolate {{curl https://check.torproject.org/api/ip}}
- 특정 [a]주소 및 [P]포트에서 실행 중인 Tor 프록시에 연결:
torsocks --address {{ip}} --port {{포트}} {{명령}}