1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 12:15:31 +02:00
tldr/pages.ko/linux/torsocks.md

30 lines
939 B
Markdown
Raw Normal View History

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